COLOR #CCAF99

HEX: #CCAF99 RGB: (204,175,153)

Color info

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

RGB color model

#CCAF99 color RGB value is (204,175,153).

RGB: (204,175,153) (80%, 69%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 153 of 255 = 60%

204
175
153

R + G + B ~ 70%. #CCAF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 153 = 532 (100%)
R 204 of 532 ~ 38.35%
G 175 of 532 ~ 32.89%
B 153 of 532 ~ 28.76'%

%38.35
%32.89
%28.76

CMYK color model

#CCAF99 color CMYK value is (0,14,25,20).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK: (0,14,25,20) C0M14Y25K20 (0%,14%,25%,20%) (0.00/0.14/0.25/0.20) 

CMYK percentages

%0
%14.22
%25
%20

Codes

Color #CCAF99 in popluar color models

CC AF 99
RGB 204 175 153
HSL 26° 33.33% 70.00%
HSB/HSV 26° 25.00% 80.00%
CMYK 0.00% 14.22% 25.00%
20.00%

Color #CCAF99 in popluar number systems.

HEX CC AF 99
Decimal 204 175 153
Binary 11001100 10101111 10011001
Octal 314 257 231

Shades and tints

Shades of #CCAF99

#CCAF99
(204,175,153)
#BAA08C
(186,160,140)
#A8917F
(168,145,127)
#968272
(150,130,114)
#847365
(132,115,101)
#726458
(114,100,88)
#60554B
(96,85,75)
#4E463E
(78,70,62)
#3C3731
(60,55,49)
#2A2824
(42,40,36)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCAF99

#CCAF99
(204,175,153)
#D0B6A2
(208,182,162)
#D4BDAB
(212,189,171)
#D8C4B4
(216,196,180)
#DCCBBD
(220,203,189)
#E0D2C6
(224,210,198)
#E4D9CF
(228,217,207)
#E8E0D8
(232,224,216)
#ECE7E1
(236,231,225)
#F0EEEA
(240,238,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAF99; }

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

This text font color is #CCAF99.

Background Color

.myBgColor { background-color: #CCAF99; }

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

This div background color is #CCAF99.

Border color

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

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

This div border color is #CCAF99.

Opacity

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

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

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

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

This text has shadow with #CCAF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAF99.

Preview

Color preview on black background

This text has color #CCAF99 on black background.


Color preview on white background

This text has color #CCAF99 on white background.


Black color preview on #CCAF99 background

This text has black color on #CCAF99 background.


White color preview on #CCAF99 background

This text has white color on #CCAF99 background.


Related colors

Complementary color

Complementary color for #hex is #335066.


I love getcolorcode.com

Triadic colors

1 #99CCAF and #AF99CC with #CCAF99 are triadic colors.

2 #99AFCC and #AFCC99 with #CCAF99 are triadic colors.