#CAAC97

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

Shades of Cashmere #CAAC97

Tints of Cashmere #CAAC97

Color information

#CAAC97 (or 0xCAAC97) is unknown color: approx Cashmere. HEX triplet: CA, AC and 97. RGB value is (202,172,151). Sum of RGB (Red+Green+Blue) = 202+172+151=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC97 is #355368. Grayscale: #B2B2B2. Windows color (decimal): -3494761 or 9940170. OLE color: 9940170.

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

Color convert

RGB202172151-
CMYK00.150.250.21
HSL24.71º32.48%69.22%-
HSV(B)24.71º25.25%79.22%-
XYZ44.744.335.47-
YUV178.58112.44144.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=38.48%
G=32.76%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217215100.150.250.2124.7132.4869.22
HexCAAC970F1915192045
Octal31225422701731253140105
Binary110010101010110010010111011111100110101110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC97; }

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

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

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

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

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

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

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

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