Shades of Pale Slate #C1C0BF
Tints of Pale Slate #C1C0BF
RGB
CMYK
RGB Variations
Color information
#C1C0BF (or 0xC1C0BF) is known color: Pale Slate. HEX triplet: C1, C0 and BF. RGB value is (193,192,191). Sum of RGB (Red+Green+Blue) = 193+192+191=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0BF is #3E3F40. Grayscale: #C0C0C0. Windows color (decimal): -4079425 or 12566721. OLE color: 12566721.
HSL color Cylindrical-coordinate representation of color #C1C0BF: hue angle of 30º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C1C0BF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 192 | 191 | - |
CMYK | 0 | 0.01 | 0.01 | 0.24 |
HSL | 30º | 0.02% | 0.75% | - |
HSV(B) | 30º | 0.01% | 0.76% | - |
XYZ | 50.25 | 52.8 | 56.83 | - |
YUV | 192.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 192 | 191 | 0 | 0.01 | 0.01 | 0.24 | 30 | 0.02 | 0.75 |
Hex | C1 | C0 | BF | 0 | 1 | 1 | 18 | 1E | 2 | 4B |
Octal | 301 | 300 | 277 | 0 | 1 | 1 | 30 | 36 | 2 | 113 |
Binary | 11000001 | 11000000 | 10111111 | 0 | 1 | 1 | 11000 | 11110 | 10 | 1001011 |
Color Harmonies of #C1C0BF
Complementary color
Monochromatic Colors of #C1C0BF
Black with #C1C0BF
Text Example
Text Example
White with #C1C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C0BF; }
p { color: rgb(193,192,191); }
H1.HeaderClassName
{
color: #C1C0BF;
}
.AnyTagClassName
{
color: #C1C0BF;
}
</style>
background-color css
<style>
a { background-color: #C1C0BF; }
a { background-color: rgb(193,192,191); }
div.DivClassName
{
background-color: #C1C0BF;
}
.BgClassName
{
background-color: #C1C0BF;
}
</style>
border-color css
<style>
span { border-color: #C1C0BF; }
span { border-color: rgb(193,192,191); }
td.TdClassName
{
border-color: #C1C0BF;
}
.TagClassName
{
border-color: #C1C0BF;
}
</style>