#CAAA99

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

Shades of Cashmere #CAAA99

Tints of Cashmere #CAAA99

Color information

#CAAA99 (or 0xCAAA99) is unknown color: approx Cashmere. HEX triplet: CA, AA and 99. RGB value is (202,170,153). Sum of RGB (Red+Green+Blue) = 202+170+153=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA99 is #355566. Grayscale: #B1B1B1. Windows color (decimal): -3495271 or 10070730. OLE color: 10070730.

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

Color convert

RGB202170153-
CMYK00.160.240.21
HSL20.82º31.61%69.61%-
HSV(B)20.82º24.26%79.22%-
XYZ44.4843.6136.21-
YUV177.63114.1145.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=38.48%
G=32.38%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217015300.160.240.2120.8231.6169.61
HexCAAA990101815152046
Octal31225223102030252540106
Binary1100101010101010100110010100001100010101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA99; }

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

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

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

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

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

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

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

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