#CCAF87

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

Shades of Tan #CCAF87

Tints of Tan #CCAF87

Color information

#CCAF87 (or 0xCCAF87) is unknown color: approx Tan. HEX triplet: CC, AF and 87. RGB value is (204,175,135). Sum of RGB (Red+Green+Blue) = 204+175+135=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF87 is #335078. Grayscale: #B3B3B3. Windows color (decimal): -3362937 or 8892364. OLE color: 8892364.

HSL color Cylindrical-coordinate representation of color #CCAF87: hue angle of 34.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCAF87 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204175135-
CMYK00.140.340.2
HSL34.78º40.35%66.47%-
HSV(B)34.78º33.82%80%-
XYZ44.645.2529.3-
YUV179.11103.11145.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=39.69%
G=34.05%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417513500.140.340.234.7840.3566.47
HexCCAF870E2214232842
Octal31425720701642244350102
Binary11001100101011111000011101110100010101001000111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF87; }

 p { color: rgb(204,175,135); }

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

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

 a { background-color: rgb(204,175,135); }

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

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

 span { border-color: rgb(204,175,135); }

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