#CAAD9D

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

Shades of Cashmere #CAAD9D

Tints of Cashmere #CAAD9D

Color information

#CAAD9D (or 0xCAAD9D) is unknown color: approx Cashmere. HEX triplet: CA, AD and 9D. RGB value is (202,173,157). Sum of RGB (Red+Green+Blue) = 202+173+157=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD9D is #355262. Grayscale: #B3B3B3. Windows color (decimal): -3494499 or 10333642. OLE color: 10333642.

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

Color convert

RGB202173157-
CMYK00.140.220.21
HSL21.33º29.8%70.39%-
HSV(B)21.33º22.28%79.22%-
XYZ45.3944.8838.17-
YUV179.85115.11143.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=37.97%
G=32.52%
B=29.51%

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
Decimal20217315700.140.220.2121.3329.870.39
HexCAAD9D0E1615151e46
Octal31225523501626252536106
Binary11001010101011011001110101110101101010110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD9D; }

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

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

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

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

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

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

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

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