#CAC3BF

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

Shades of Pale Slate #CAC3BF

Tints of Pale Slate #CAC3BF

Color information

#CAC3BF (or 0xCAC3BF) is unknown color: approx Pale Slate. HEX triplet: CA, C3 and BF. RGB value is (202,195,191). Sum of RGB (Red+Green+Blue) = 202+195+191=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BF is #353C40. Grayscale: #C4C4C4. Windows color (decimal): -3488833 or 12567498. OLE color: 12567498.

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

Color convert

RGB202195191-
CMYK00.030.050.21
HSL21.82º9.4%77.06%-
HSV(B)21.82º5.45%79.22%-
XYZ53.2855.3557.17-
YUV196.64124.82131.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 191 (75% from 255) = 32.48%
R=34.35%
G=33.16%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219519100.030.050.2121.829.477.06
HexCAC3BF035151694d
Octal312303277035252611115
Binary110010101100001110111111011101101011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3BF; }

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

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

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

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

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

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

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

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