#CAA995

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

Shades of Cashmere #CAA995

Tints of Cashmere #CAA995

Color information

#CAA995 (or 0xCAA995) is unknown color: approx Cashmere. HEX triplet: CA, A9 and 95. RGB value is (202,169,149). Sum of RGB (Red+Green+Blue) = 202+169+149=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA995 is #35566A. Grayscale: #B0B0B0. Windows color (decimal): -3495531 or 9808330. OLE color: 9808330.

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

Color convert

RGB202169149-
CMYK00.160.260.21
HSL22.64º33.33%68.82%-
HSV(B)22.64º26.24%79.22%-
XYZ43.9743.134.44-
YUV176.59112.43146.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=38.85%
G=32.5%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216914900.160.260.2122.6433.3368.82
HexCAA9950101A15172145
Octal31225122502032252741105
Binary1100101010101001100101010100001101010101101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA995; }

 p { color: rgb(202,169,149); }

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

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

 a { background-color: rgb(202,169,149); }

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

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

 span { border-color: rgb(202,169,149); }

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