#CAAD96

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

Shades of Cashmere #CAAD96

Tints of Cashmere #CAAD96

Color information

#CAAD96 (or 0xCAAD96) is unknown color: approx Cashmere. HEX triplet: CA, AD and 96. RGB value is (202,173,150). Sum of RGB (Red+Green+Blue) = 202+173+150=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD96 is #355269. Grayscale: #B3B3B3. Windows color (decimal): -3494506 or 9874890. OLE color: 9874890.

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

Color convert

RGB202173150-
CMYK00.140.260.21
HSL26.54º32.91%69.02%-
HSV(B)26.54º25.74%79.22%-
XYZ44.8144.6535.11-
YUV179.05111.61144.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=38.48%
G=32.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217315000.140.260.2126.5432.9169.02
HexCAAD960E1A151b2145
Octal31225522601632253341105
Binary110010101010110110010110011101101010101110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD96; }

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

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

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

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

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

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

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

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