#CAAA97

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

Shades of Cashmere #CAAA97

Tints of Cashmere #CAAA97

Color information

#CAAA97 (or 0xCAAA97) is unknown color: approx Cashmere. HEX triplet: CA, AA and 97. RGB value is (202,170,151). Sum of RGB (Red+Green+Blue) = 202+170+151=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA97 is #355568. Grayscale: #B1B1B1. Windows color (decimal): -3495273 or 9939658. OLE color: 9939658.

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

Color convert

RGB202170151-
CMYK00.160.250.21
HSL22.35º32.48%69.22%-
HSV(B)22.35º25.25%79.22%-
XYZ44.3243.5435.35-
YUV177.4113.1145.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=38.62%
G=32.50%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217015100.160.250.2122.3532.4869.22
HexCAAA970101915162045
Octal31225222702031252640105
Binary1100101010101010100101110100001100110101101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA97; }

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

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

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

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

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

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

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

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