COLOR #CCA58E

HEX: #CCA58E RGB: (204,165,142)

Color info

#CCA58E contains mainly red and green colors. Web safe color of #CCA58E is #CC9999 (or #C99).

RGB color model

#CCA58E color RGB value is (204,165,142).

RGB: (204,165,142) (80%, 65%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 142 of 255 = 56%

204
165
142

R + G + B ~ 67%. #CCA58E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 165 + 142 = 511 (100%)
R 204 of 511 ~ 39.92%
G 165 of 511 ~ 32.29%
B 142 of 511 ~ 27.79'%

%39.92
%32.29
%27.79

CMYK color model

#CCA58E color CMYK value is (0,19,30,20).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK: (0,19,30,20) C0M19Y30K20 (0%,19%,30%,20%) (0.00/0.19/0.30/0.20) 

CMYK percentages

%0
%19.12
%30.39
%20

Codes

Color #CCA58E in popluar color models

CC A5 8E
RGB 204 165 142
HSL 22° 37.80% 67.84%
HSB/HSV 22° 30.39% 80.00%
CMYK 0.00% 19.12% 30.39%
20.00%

Color #CCA58E in popluar number systems.

HEX CC A5 8E
Decimal 204 165 142
Binary 11001100 10100101 10001110
Octal 314 245 216

Shades and tints

Shades of #CCA58E

#CCA58E
(204,165,142)
#BA9682
(186,150,130)
#A88776
(168,135,118)
#96786A
(150,120,106)
#84695E
(132,105,94)
#725A52
(114,90,82)
#604B46
(96,75,70)
#4E3C3A
(78,60,58)
#3C2D2E
(60,45,46)
#2A1E22
(42,30,34)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #CCA58E

#CCA58E
(204,165,142)
#D0AD98
(208,173,152)
#D4B5A2
(212,181,162)
#D8BDAC
(216,189,172)
#DCC5B6
(220,197,182)
#E0CDC0
(224,205,192)
#E4D5CA
(228,213,202)
#E8DDD4
(232,221,212)
#ECE5DE
(236,229,222)
#F0EDE8
(240,237,232)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA58E color. Also use rgb(204,165,142) instead hex code.

Text Font Color

.myTextColor { color: #CCA58E; }

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

This text font color is #CCA58E.

Background Color

.myBgColor { background-color: #CCA58E; }

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

This div background color is #CCA58E.

Border color

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

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

This div border color is #CCA58E.

Opacity

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

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

Text with #CCA58E 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 #CCA58E;}

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

This text has shadow with #CCA58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA58E.

Preview

Color preview on black background

This text has color #CCA58E on black background.


Color preview on white background

This text has color #CCA58E on white background.


Black color preview on #CCA58E background

This text has black color on #CCA58E background.


White color preview on #CCA58E background

This text has white color on #CCA58E background.


Related colors

Complementary color

Complementary color for #hex is #335A71.


I love getcolorcode.com

Triadic colors

1 #8ECCA5 and #A58ECC with #CCA58E are triadic colors.

2 #8EA5CC and #A5CC8E with #CCA58E are triadic colors.