#CAAFA0

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

Shades of Cashmere #CAAFA0

Tints of Cashmere #CAAFA0

Color information

#CAAFA0 (or 0xCAAFA0) is unknown color: approx Cashmere. HEX triplet: CA, AF and A0. RGB value is (202,175,160). Sum of RGB (Red+Green+Blue) = 202+175+160=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFA0 is #35505F. Grayscale: #B5B5B5. Windows color (decimal): -3493984 or 10530762. OLE color: 10530762.

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

Color convert

RGB202175160-
CMYK00.130.210.21
HSL21.43º28.38%70.98%-
HSV(B)21.43º20.79%79.22%-
XYZ46.0345.7539.66-
YUV181.36115.95142.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=37.62%
G=32.59%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217516000.130.210.2121.4328.3870.98
HexCAAFA00D1515151c47
Octal31225724001525252534107
Binary11001010101011111010000001101101011010110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFA0; }

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

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

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

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

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

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

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

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