#CCAE8B

Color #CCAE8B Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tan #CCAE8B

Tints of Tan #CCAE8B

Color information

#CCAE8B (or 0xCCAE8B) is unknown color: approx Tan. HEX triplet: CC, AE and 8B. RGB value is (204,174,139). Sum of RGB (Red+Green+Blue) = 204+174+139=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE8B is #335174. Grayscale: #B3B3B3. Windows color (decimal): -3363189 or 9154252. OLE color: 9154252.

HSL color Cylindrical-coordinate representation of color #CCAE8B: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAE8B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204174139-
CMYK00.150.320.2
HSL32.31º38.92%67.25%-
HSV(B)32.31º31.86%80%-
XYZ44.744.9730.75-
YUV178.98105.44145.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=39.46%
G=33.66%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417413900.150.320.232.3138.9267.25
HexCCAE8B0F2014202743
Octal31425621301740244047103
Binary11001100101011101000101101111100000101001000001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE8B; }

 p { color: rgb(204,174,139); }

 H1.HeaderClassName
 {
   color: #CCAE8B;
 }
 .AnyTagClassName
 {
   color: #CCAE8B;
 }
</style>
background-color css

<style>
 a { background-color: #CCAE8B; }

 a { background-color: rgb(204,174,139); }

 div.DivClassName
 {
   background-color: #CCAE8B;
 }
 .BgClassName
 {
   background-color: #CCAE8B;
 }
</style>
border-color css

<style>
 span { border-color: #CCAE8B; }

 span { border-color: rgb(204,174,139); }

 td.TdClassName
 {
   border-color: #CCAE8B;
 }
 .TagClassName
 {
   border-color: #CCAE8B;
 }
</style>