#CCAF89

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

Shades of Tan #CCAF89

Tints of Tan #CCAF89

Color information

#CCAF89 (or 0xCCAF89) is unknown color: approx Tan. HEX triplet: CC, AF and 89. RGB value is (204,175,137). Sum of RGB (Red+Green+Blue) = 204+175+137=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF89 is #335076. Grayscale: #B3B3B3. Windows color (decimal): -3362935 or 9023436. OLE color: 9023436.

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

Color convert

RGB204175137-
CMYK00.140.330.2
HSL34.03º39.64%66.86%-
HSV(B)34.03º32.84%80%-
XYZ44.7545.330.05-
YUV179.34104.11145.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=39.53%
G=33.91%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417513700.140.330.234.0339.6466.86
HexCCAF890E2114222843
Octal31425721101641244250103
Binary11001100101011111000100101110100001101001000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF89; }

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

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

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

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

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

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

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

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