#CCAF91

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

Shades of Tan #CCAF91

Tints of Tan #CCAF91

Color information

#CCAF91 (or 0xCCAF91) is unknown color: approx Tan. HEX triplet: CC, AF and 91. RGB value is (204,175,145). Sum of RGB (Red+Green+Blue) = 204+175+145=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF91 is #33506E. Grayscale: #B4B4B4. Windows color (decimal): -3362927 or 9547724. OLE color: 9547724.

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

Color convert

RGB204175145-
CMYK00.140.290.2
HSL30.51º36.65%68.43%-
HSV(B)30.51º28.92%80%-
XYZ45.3445.5433.19-
YUV180.25108.11144.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=38.93%
G=33.40%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417514500.140.290.230.5136.6568.43
HexCCAF910E1D141f2544
Octal31425722101635243745104
Binary110011001010111110010001011101110110100111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF91; }

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

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

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

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

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

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

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

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