#CAAD9E

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

Shades of Cashmere #CAAD9E

Tints of Cashmere #CAAD9E

Color information

#CAAD9E (or 0xCAAD9E) is unknown color: approx Cashmere. HEX triplet: CA, AD and 9E. RGB value is (202,173,158). Sum of RGB (Red+Green+Blue) = 202+173+158=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD9E is #355261. Grayscale: #B4B4B4. Windows color (decimal): -3494498 or 10399178. OLE color: 10399178.

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

Color convert

RGB202173158-
CMYK00.140.220.21
HSL20.45º29.33%70.59%-
HSV(B)20.45º21.78%79.22%-
XYZ45.4744.9138.62-
YUV179.96115.61143.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=37.90%
G=32.46%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217315800.140.220.2120.4529.3370.59
HexCAAD9E0E1615141d47
Octal31225523601626252435107
Binary11001010101011011001111001110101101010110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD9E; }

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

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

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

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

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

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

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

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