#CAC2BB

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

Shades of Pale Slate #CAC2BB

Tints of Pale Slate #CAC2BB

Color information

#CAC2BB (or 0xCAC2BB) is unknown color: approx Pale Slate. HEX triplet: CA, C2 and BB. RGB value is (202,194,187). Sum of RGB (Red+Green+Blue) = 202+194+187=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BB is #353D44. Grayscale: #C3C3C3. Windows color (decimal): -3489093 or 12305098. OLE color: 12305098.

HSL color Cylindrical-coordinate representation of color #CAC2BB: hue angle of 28º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC2BB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202194187-
CMYK00.040.070.21
HSL28º12.4%76.27%-
HSV(B)28º7.43%79.22%-
XYZ52.6254.7354.8-
YUV195.59123.15132.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=34.65%
G=33.28%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219418700.040.070.212812.476.27
HexCAC2BB047151cc4c
Octal312302273047253414114
Binary1100101011000010101110110100111101011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2BB; }

 p { color: rgb(202,194,187); }

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

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

 a { background-color: rgb(202,194,187); }

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

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

 span { border-color: rgb(202,194,187); }

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