#CAAD99

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

Shades of Cashmere #CAAD99

Tints of Cashmere #CAAD99

Color information

#CAAD99 (or 0xCAAD99) is unknown color: approx Cashmere. HEX triplet: CA, AD and 99. RGB value is (202,173,153). Sum of RGB (Red+Green+Blue) = 202+173+153=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD99 is #355266. Grayscale: #B3B3B3. Windows color (decimal): -3494503 or 10071498. OLE color: 10071498.

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

Color convert

RGB202173153-
CMYK00.140.240.21
HSL24.49º31.61%69.61%-
HSV(B)24.49º24.26%79.22%-
XYZ45.0544.7436.4-
YUV179.39113.11144.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=38.26%
G=32.77%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217315300.140.240.2124.4931.6169.61
HexCAAD990E1815182046
Octal31225523101630253040106
Binary110010101010110110011001011101100010101110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD99; }

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

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

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

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

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

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

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

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