#CCAF90

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

Shades of Tan #CCAF90

Tints of Tan #CCAF90

Color information

#CCAF90 (or 0xCCAF90) is unknown color: approx Tan. HEX triplet: CC, AF and 90. RGB value is (204,175,144). Sum of RGB (Red+Green+Blue) = 204+175+144=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF90 is #33506F. Grayscale: #B4B4B4. Windows color (decimal): -3362928 or 9482188. OLE color: 9482188.

HSL color Cylindrical-coordinate representation of color #CCAF90: hue angle of 31º 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 #CCAF90 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204175144-
CMYK00.140.290.2
HSL31º37.04%68.24%-
HSV(B)31º29.41%80%-
XYZ45.2745.5132.78-
YUV180.14107.61145.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=39.01%
G=33.46%
B=27.53%

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
Decimal20417514400.140.290.23137.0468.24
HexCCAF900E1D141f2544
Octal31425722001635243745104
Binary110011001010111110010000011101110110100111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF90; }

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

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

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

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

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

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

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

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