#CAAE96

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

Shades of Cashmere #CAAE96

Tints of Cashmere #CAAE96

Color information

#CAAE96 (or 0xCAAE96) is unknown color: approx Cashmere. HEX triplet: CA, AE and 96. RGB value is (202,174,150). Sum of RGB (Red+Green+Blue) = 202+174+150=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAE96 is #355169. Grayscale: #B3B3B3. Windows color (decimal): -3494250 or 9875146. OLE color: 9875146.

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

Color convert

RGB202174150-
CMYK00.140.260.21
HSL27.69º32.91%69.02%-
HSV(B)27.69º25.74%79.22%-
XYZ4545.0335.17-
YUV179.64111.28143.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=38.40%
G=33.08%
B=28.52%

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
Decimal20217415000.140.260.2127.6932.9169.02
HexCAAE960E1A151c2145
Octal31225622601632253441105
Binary110010101010111010010110011101101010101111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE96; }

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

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

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

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

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

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

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

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