#C2C0BF

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

Shades of Pale Slate #C2C0BF

Tints of Pale Slate #C2C0BF

Color information

#C2C0BF (or 0xC2C0BF) is unknown color: approx Pale Slate. HEX triplet: C2, C0 and BF. RGB value is (194,192,191). Sum of RGB (Red+Green+Blue) = 194+192+191=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0BF is #3D3F40. Grayscale: #C0C0C0. Windows color (decimal): -4013889 or 12566722. OLE color: 12566722.

HSL color Cylindrical-coordinate representation of color #C2C0BF: hue angle of 20º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2C0BF is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194192191-
CMYK00.010.020.24
HSL20º2.4%75.49%-
HSV(B)20º1.55%76.08%-
XYZ50.552.9356.85-
YUV192.48127.16129.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 33.10%
R=33.62%
G=33.28%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419219100.010.020.24202.475.49
HexC2C0BF012181424b
Octal30230027701230242113
Binary11000010110000001011111101101100010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0BF; }

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

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

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

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

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

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

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

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