#CAAF9C

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

Shades of Cashmere #CAAF9C

Tints of Cashmere #CAAF9C

Color information

#CAAF9C (or 0xCAAF9C) is unknown color: approx Cashmere. HEX triplet: CA, AF and 9C. RGB value is (202,175,156). Sum of RGB (Red+Green+Blue) = 202+175+156=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF9C is #355063. Grayscale: #B5B5B5. Windows color (decimal): -3493988 or 10268618. OLE color: 10268618.

HSL color Cylindrical-coordinate representation of color #CAAF9C: hue angle of 24.78º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAAF9C is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202175156-
CMYK00.130.230.21
HSL24.78º30.26%70.2%-
HSV(B)24.78º22.77%79.22%-
XYZ45.6945.6237.85-
YUV180.91113.95143.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=37.90%
G=32.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217515600.130.230.2124.7830.2670.2
HexCAAF9C0D1715191e46
Octal31225723401527253136106
Binary11001010101011111001110001101101111010111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF9C; }

 p { color: rgb(202,175,156); }

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

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

 a { background-color: rgb(202,175,156); }

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

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

 span { border-color: rgb(202,175,156); }

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