#CAAF9E

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

Shades of Cashmere #CAAF9E

Tints of Cashmere #CAAF9E

Color information

#CAAF9E (or 0xCAAF9E) is unknown color: approx Cashmere. HEX triplet: CA, AF and 9E. RGB value is (202,175,158). Sum of RGB (Red+Green+Blue) = 202+175+158=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF9E is #355061. Grayscale: #B5B5B5. Windows color (decimal): -3493986 or 10399690. OLE color: 10399690.

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

Color convert

RGB202175158-
CMYK00.130.220.21
HSL23.18º29.33%70.59%-
HSV(B)23.18º21.78%79.22%-
XYZ45.8645.6938.75-
YUV181.14114.95142.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=37.76%
G=32.71%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217515800.130.220.2123.1829.3370.59
HexCAAF9E0D1615171d47
Octal31225723601526252735107
Binary11001010101011111001111001101101101010110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF9E; }

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

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

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

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

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

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

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

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