COLOR #CCA47F

HEX: #CCA47F RGB: (204,164,127)

Color info

#CCA47F contains mainly red and green colors. Web safe color of #CCA47F is #CC9966 (or #C96).

RGB color model

#CCA47F color RGB value is (204,164,127).

RGB: (204,164,127) (80%, 64%, 50%)

RGB channels and saturation

R 204 of 255 = 80%
G 164 of 255 = 64%
B 127 of 255 = 50%

204
164
127

R + G + B ~ 65%. #CCA47F is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 164 + 127 = 495 (100%)
R 204 of 495 ~ 41.21%
G 164 of 495 ~ 33.13%
B 127 of 495 ~ 25.66'%

%41.21
%33.13
%25.66

CMYK color model

#CCA47F color CMYK value is (0,20,38,20).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 37.75%
  • key color value is 20.00%

CMYK: (0,20,38,20)
C0M20Y38K20 (0%, 20%, 38%, 20%)
(0.00 / 0.20 / 0.38 / 0.20)

CMYK percentages

%0
%19.61
%37.75
%20

Codes

Color #CCA47F in popluar color models

CC A4 7F
RGB 204 164 127
HSL 29° 43.02% 64.90%
HSB/HSV 29° 37.75% 80.00%
CMYK 0.00% 19.61% 37.75%
20.00%

Color #CCA47F in popluar number systems.

HEX CC A4 7F
Decimal 204 164 127
Binary 11001100 10100100 1111111
Octal 314 244 177

Shades and tints

Shades of #CCA47F

#CCA47F
(204,164,127)
#BA9674
(186,150,116)
#A88869
(168,136,105)
#967A5E
(150,122,94)
#846C53
(132,108,83)
#725E48
(114,94,72)
#60503D
(96,80,61)
#4E4232
(78,66,50)
#3C3427
(60,52,39)
#2A261C
(42,38,28)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCA47F

#CCA47F
(204,164,127)
#D0AC8A
(208,172,138)
#D4B495
(212,180,149)
#D8BCA0
(216,188,160)
#DCC4AB
(220,196,171)
#E0CCB6
(224,204,182)
#E4D4C1
(228,212,193)
#E8DCCC
(232,220,204)
#ECE4D7
(236,228,215)
#F0ECE2
(240,236,226)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA47F color. Also use rgb(204,164,127) instead hex code.

Text Font Color

.myTextColor { color: #CCA47F; }

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

This text font color is #CCA47F.

Background Color

.myBgColor { background-color: #CCA47F; }

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

This div background color is #CCA47F.

Border color

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

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

This div border color is #CCA47F.

Opacity

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

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

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

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

This text has shadow with #CCA47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA47F.

Preview

Color preview on black background

This text has color #CCA47F on black background.


Color preview on white background

This text has color #CCA47F on white background.


Black color preview on #CCA47F background

This text has black color on #CCA47F background.


White color preview on #CCA47F background

This text has white color on #CCA47F background.


Related colors

Complementary color

Complementary color for #hex is #335B80.


I love getcolorcode.com

Triadic colors

1 #7FCCA4 and #A47FCC with #CCA47F are triadic colors.

2 #7FA4CC and #A4CC7F with #CCA47F are triadic colors.