#CAC2BF

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

Shades of Pale Slate #CAC2BF

Tints of Pale Slate #CAC2BF

Color information

#CAC2BF (or 0xCAC2BF) is unknown color: approx Pale Slate. HEX triplet: CA, C2 and BF. RGB value is (202,194,191). Sum of RGB (Red+Green+Blue) = 202+194+191=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BF is #353D40. Grayscale: #C4C4C4. Windows color (decimal): -3489089 or 12567242. OLE color: 12567242.

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

Color convert

RGB202194191-
CMYK00.040.050.21
HSL16.36º9.4%77.06%-
HSV(B)16.36º5.45%79.22%-
XYZ53.0554.957.09-
YUV196.05125.15132.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 191 (75% from 255) = 32.54%
R=34.41%
G=33.05%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219419100.040.050.2116.369.477.06
HexCAC2BF045151094d
Octal312302277045252011115
Binary1100101011000010101111110100101101011000010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2BF; }

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

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

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

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

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

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

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

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