COLOR #CCAF76

HEX: #CCAF76 RGB: (204,175,118)

Color info

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

RGB color model

#CCAF76 color RGB value is (204,175,118).

RGB: (204,175,118) (80%, 69%, 46%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 118 of 255 = 46%

204
175
118

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

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 118 = 497 (100%)
R 204 of 497 ~ 41.05%
G 175 of 497 ~ 35.21%
B 118 of 497 ~ 23.74'%

%41.05
%35.21
%23.74

CMYK color model

#CCAF76 color CMYK value is (0,14,42,20).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 42.16%
  • key color value is 20.00%

CMYK: (0,14,42,20)
C0M14Y42K20 (0%, 14%, 42%, 20%)
(0.00 / 0.14 / 0.42 / 0.20)

CMYK percentages

%0
%14.22
%42.16
%20

Codes

Color #CCAF76 in popluar color models

CC AF 76
RGB 204 175 118
HSL 40° 45.74% 63.14%
HSB/HSV 40° 42.16% 80.00%
CMYK 0.00% 14.22% 42.16%
20.00%

Color #CCAF76 in popluar number systems.

HEX CC AF 76
Decimal 204 175 118
Binary 11001100 10101111 1110110
Octal 314 257 166

Shades and tints

Shades of #CCAF76

#CCAF76
(204,175,118)
#BAA06C
(186,160,108)
#A89162
(168,145,98)
#968258
(150,130,88)
#84734E
(132,115,78)
#726444
(114,100,68)
#60553A
(96,85,58)
#4E4630
(78,70,48)
#3C3726
(60,55,38)
#2A281C
(42,40,28)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #CCAF76

#CCAF76
(204,175,118)
#D0B682
(208,182,130)
#D4BD8E
(212,189,142)
#D8C49A
(216,196,154)
#DCCBA6
(220,203,166)
#E0D2B2
(224,210,178)
#E4D9BE
(228,217,190)
#E8E0CA
(232,224,202)
#ECE7D6
(236,231,214)
#F0EEE2
(240,238,226)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAF76 color. Also use rgb(204,175,118) instead hex code.

Text Font Color

.myTextColor { color: #CCAF76; }

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

This text font color is #CCAF76.

Background Color

.myBgColor { background-color: #CCAF76; }

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

This div background color is #CCAF76.

Border color

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

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

This div border color is #CCAF76.

Opacity

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

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

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

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

This text has shadow with #CCAF76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAF76.

Preview

Color preview on black background

This text has color #CCAF76 on black background.


Color preview on white background

This text has color #CCAF76 on white background.


Black color preview on #CCAF76 background

This text has black color on #CCAF76 background.


White color preview on #CCAF76 background

This text has white color on #CCAF76 background.


Related colors

Complementary color

Complementary color for #hex is #335089.


I love getcolorcode.com

Triadic colors

1 #76CCAF and #AF76CC with #CCAF76 are triadic colors.

2 #76AFCC and #AFCC76 with #CCAF76 are triadic colors.