#CAAC96

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

Shades of Cashmere #CAAC96

Tints of Cashmere #CAAC96

Color information

#CAAC96 (or 0xCAAC96) is unknown color: approx Cashmere. HEX triplet: CA, AC and 96. RGB value is (202,172,150). Sum of RGB (Red+Green+Blue) = 202+172+150=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC96 is #355369. Grayscale: #B2B2B2. Windows color (decimal): -3494762 or 9874634. OLE color: 9874634.

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

Color convert

RGB202172150-
CMYK00.150.260.21
HSL25.38º32.91%69.02%-
HSV(B)25.38º25.74%79.22%-
XYZ44.6144.2635.05-
YUV178.46111.94144.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=38.55%
G=32.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217215000.150.260.2125.3832.9169.02
HexCAAC960F1A15192145
Octal31225422601732253141105
Binary110010101010110010010110011111101010101110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC96; }

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

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

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

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

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

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

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

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