#CAAC9A

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

Shades of Cashmere #CAAC9A

Tints of Cashmere #CAAC9A

Color information

#CAAC9A (or 0xCAAC9A) is unknown color: approx Cashmere. HEX triplet: CA, AC and 9A. RGB value is (202,172,154). Sum of RGB (Red+Green+Blue) = 202+172+154=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC9A is #355365. Grayscale: #B3B3B3. Windows color (decimal): -3494758 or 10136778. OLE color: 10136778.

HSL color Cylindrical-coordinate representation of color #CAAC9A: hue angle of 22.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAAC9A is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202172154-
CMYK00.150.240.21
HSL22.5º31.17%69.8%-
HSV(B)22.5º23.76%79.22%-
XYZ44.9444.3936.77-
YUV178.92113.94144.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=38.26%
G=32.58%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217215400.150.240.2122.531.1769.8
HexCAAC9A0F1815171f46
Octal31225423201730252737106
Binary11001010101011001001101001111110001010110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC9A; }

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

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

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

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

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

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

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

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