#CAAC9B

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

Shades of Cashmere #CAAC9B

Tints of Cashmere #CAAC9B

Color information

#CAAC9B (or 0xCAAC9B) is unknown color: approx Cashmere. HEX triplet: CA, AC and 9B. RGB value is (202,172,155). Sum of RGB (Red+Green+Blue) = 202+172+155=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC9B is #355364. Grayscale: #B3B3B3. Windows color (decimal): -3494757 or 10202314. OLE color: 10202314.

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

Color convert

RGB202172155-
CMYK00.150.230.21
HSL21.7º30.72%70%-
HSV(B)21.7º23.27%79.22%-
XYZ45.0344.4337.21-
YUV179.03114.44144.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=38.19%
G=32.51%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217215500.150.230.2121.730.7270
HexCAAC9B0F1715161f46
Octal31225423301727252637106
Binary11001010101011001001101101111101111010110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC9B; }

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

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

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

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

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

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

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

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