#CAAA95

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

Shades of Cashmere #CAAA95

Tints of Cashmere #CAAA95

Color information

#CAAA95 (or 0xCAAA95) is unknown color: approx Cashmere. HEX triplet: CA, AA and 95. RGB value is (202,170,149). Sum of RGB (Red+Green+Blue) = 202+170+149=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA95 is #35556A. Grayscale: #B1B1B1. Windows color (decimal): -3495275 or 9808586. OLE color: 9808586.

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

Color convert

RGB202170149-
CMYK00.160.260.21
HSL23.77º33.33%68.82%-
HSV(B)23.77º26.24%79.22%-
XYZ44.1643.4834.5-
YUV177.17112.1145.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=38.77%
G=32.63%
B=28.60%

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
Decimal20217014900.160.260.2123.7733.3368.82
HexCAAA950101A15182145
Octal31225222502032253041105
Binary1100101010101010100101010100001101010101110001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA95; }

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

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

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

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

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

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

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

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