COLOR #CCA39D

HEX: #CCA39D RGB: (204,163,157)

Color info

#CCA39D contains red, green and blue colors in about the same proportion. Web safe color of #CCA39D is #CC9999 (or #C99).

RGB color model

#CCA39D color RGB value is (204,163,157).

RGB: (204,163,157) (80%, 64%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 157 of 255 = 62%

204
163
157

R + G + B ~ 69%. #CCA39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 163 + 157 = 524 (100%)
R 204 of 524 ~ 38.93%
G 163 of 524 ~ 31.11%
B 157 of 524 ~ 29.96'%

%38.93
%31.11
%29.96

CMYK color model

#CCA39D color CMYK value is (0,20,23,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 23.04%
  • key color value is 20.00%

CMYK: (0,20,23,20)
C0M20Y23K20 (0%, 20%, 23%, 20%)
(0.00 / 0.20 / 0.23 / 0.20)

CMYK percentages

%0
%20.1
%23.04
%20

Codes

Color #CCA39D in popluar color models

CC A3 9D
RGB 204 163 157
HSL 31.54% 70.78%
HSB/HSV 23.04% 80.00%
CMYK 0.00% 20.10% 23.04%
20.00%

Color #CCA39D in popluar number systems.

HEX CC A3 9D
Decimal 204 163 157
Binary 11001100 10100011 10011101
Octal 314 243 235

Shades and tints

Shades of #CCA39D

#CCA39D
(204,163,157)
#BA958F
(186,149,143)
#A88781
(168,135,129)
#967973
(150,121,115)
#846B65
(132,107,101)
#725D57
(114,93,87)
#604F49
(96,79,73)
#4E413B
(78,65,59)
#3C332D
(60,51,45)
#2A251F
(42,37,31)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCA39D

#CCA39D
(204,163,157)
#D0ABA5
(208,171,165)
#D4B3AD
(212,179,173)
#D8BBB5
(216,187,181)
#DCC3BD
(220,195,189)
#E0CBC5
(224,203,197)
#E4D3CD
(228,211,205)
#E8DBD5
(232,219,213)
#ECE3DD
(236,227,221)
#F0EBE5
(240,235,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA39D color. Also use rgb(204,163,157) instead hex code.

Text Font Color

.myTextColor { color: #CCA39D; }

<p style="color:#CCA39D">This sample text font color is #CCA39D.</p>

This text font color is #CCA39D.

Background Color

.myBgColor { background-color: #CCA39D; }

<div style="background-color:#CCA39D">Inner text</div>

This div background color is #CCA39D.

Border color

.myBorderColor { border: 1px solid #CCA39D; }

<div style="border:3px solid #CCA39D">Div</div>

This div border color is #CCA39D.

Opacity

.myOpacity80 { color: #CCA39D; opacity: 0.8; }

<p style="color:#CCA39D;opacity:0.8;">80%</p>

Text with #CCA39D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCA39D;}

<p style="text-shadow: 3px 3px 1px #CCA39D">Text here.</p>

This text has shadow with #CCA39D color.


.textShadow {text-shadow: 3px 3px 1px #CCA39D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCA39D, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCA39D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCA39D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCA39D, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCA39D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCA39D;
-webkit-box-shadow: 1px 1px 3px 2px #CCA39D;
box-shadow: 1px 1px 3px 2px #CCA39D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCA39D; -webkit-box-shadow: 1px 1px 3px 2px #CCA39D; box-shadow:1px 1px 3px 2px #CCA39D;">
Div content here
</div>

This div box has shadow with color #CCA39D.

Preview

Color preview on black background

This text has color #CCA39D on black background.


Color preview on white background

This text has color #CCA39D on white background.


Black color preview on #CCA39D background

This text has black color on #CCA39D background.


White color preview on #CCA39D background

This text has white color on #CCA39D background.


Related colors

Complementary color

Complementary color for #hex is #335C62.


I love getcolorcode.com

Triadic colors

1 #9DCCA3 and #A39DCC with #CCA39D are triadic colors.

2 #9DA3CC and #A3CC9D with #CCA39D are triadic colors.