#CAAD97

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

Shades of Cashmere #CAAD97

Tints of Cashmere #CAAD97

Color information

#CAAD97 (or 0xCAAD97) is unknown color: approx Cashmere. HEX triplet: CA, AD and 97. RGB value is (202,173,151). Sum of RGB (Red+Green+Blue) = 202+173+151=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD97 is #355268. Grayscale: #B3B3B3. Windows color (decimal): -3494505 or 9940426. OLE color: 9940426.

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

Color convert

RGB202173151-
CMYK00.140.250.21
HSL25.88º32.48%69.22%-
HSV(B)25.88º25.25%79.22%-
XYZ44.8944.6835.54-
YUV179.16112.11144.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=38.40%
G=32.89%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217315100.140.250.2125.8832.4869.22
HexCAAD970E19151a2045
Octal31225522701631253240105
Binary110010101010110110010111011101100110101110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD97; }

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

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

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

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

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

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

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

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