Shades of Pale Slate #C6C0BD
Tints of Pale Slate #C6C0BD
RGB
CMYK
RGB Variations
Color information
#C6C0BD (or 0xC6C0BD) is known color: Pale Slate. HEX triplet: C6, C0 and BD. RGB value is (198,192,189). Sum of RGB (Red+Green+Blue) = 198+192+189=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0BD is #393F42. Grayscale: #C1C1C1. Windows color (decimal): -3751747 or 12435654. OLE color: 12435654.
HSL color Cylindrical-coordinate representation of color #C6C0BD: hue angle of 20º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6C0BD is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 189 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.22 |
| HSL | 20º | 0.07% | 0.76% | - |
| HSV(B) | 20º | 0.05% | 0.78% | - |
| XYZ | 51.32 | 53.38 | 55.74 | - |
| YUV | 193.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 189 | 0 | 0.03 | 0.05 | 0.22 | 20 | 0.07 | 0.76 |
| Hex | C6 | C0 | BD | 0 | 3 | 5 | 16 | 14 | 7 | 4C |
| Octal | 306 | 300 | 275 | 0 | 3 | 5 | 26 | 24 | 7 | 114 |
| Binary | 11000110 | 11000000 | 10111101 | 0 | 11 | 101 | 10110 | 10100 | 111 | 1001100 |
Color Harmonies of #C6C0BD
Complementary color
Monochromatic Colors of #C6C0BD
Black with #C6C0BD
Text Example
Text Example
White with #C6C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0BD; }
p { color: rgb(198,192,189); }
H1.HeaderClassName
{
color: #C6C0BD;
}
.AnyTagClassName
{
color: #C6C0BD;
}
</style>
background-color css
<style>
a { background-color: #C6C0BD; }
a { background-color: rgb(198,192,189); }
div.DivClassName
{
background-color: #C6C0BD;
}
.BgClassName
{
background-color: #C6C0BD;
}
</style>
border-color css
<style>
span { border-color: #C6C0BD; }
span { border-color: rgb(198,192,189); }
td.TdClassName
{
border-color: #C6C0BD;
}
.TagClassName
{
border-color: #C6C0BD;
}
</style>