Shades of Pale Slate #C6C0BC
Tints of Pale Slate #C6C0BC
RGB
CMYK
RGB Variations
Color information
#C6C0BC (or 0xC6C0BC) is known color: Pale Slate. HEX triplet: C6, C0 and BC. RGB value is (198,192,188). Sum of RGB (Red+Green+Blue) = 198+192+188=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0BC is #393F43. Grayscale: #C1C1C1. Windows color (decimal): -3751748 or 12370118. OLE color: 12370118.
HSL color Cylindrical-coordinate representation of color #C6C0BC: hue angle of 24º degrees, saturation: 0.08, 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 #C6C0BC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 188 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.22 |
| HSL | 24º | 0.08% | 0.76% | - |
| HSV(B) | 24º | 0.05% | 0.78% | - |
| XYZ | 51.22 | 53.34 | 55.17 | - |
| YUV | 193.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 188 | 0 | 0.03 | 0.05 | 0.22 | 24 | 0.08 | 0.76 |
| Hex | C6 | C0 | BC | 0 | 3 | 5 | 16 | 18 | 8 | 4C |
| Octal | 306 | 300 | 274 | 0 | 3 | 5 | 26 | 30 | 10 | 114 |
| Binary | 11000110 | 11000000 | 10111100 | 0 | 11 | 101 | 10110 | 11000 | 1000 | 1001100 |
Color Harmonies of #C6C0BC
Complementary color
Monochromatic Colors of #C6C0BC
Black with #C6C0BC
Text Example
Text Example
White with #C6C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0BC; }
p { color: rgb(198,192,188); }
H1.HeaderClassName
{
color: #C6C0BC;
}
.AnyTagClassName
{
color: #C6C0BC;
}
</style>
background-color css
<style>
a { background-color: #C6C0BC; }
a { background-color: rgb(198,192,188); }
div.DivClassName
{
background-color: #C6C0BC;
}
.BgClassName
{
background-color: #C6C0BC;
}
</style>
border-color css
<style>
span { border-color: #C6C0BC; }
span { border-color: rgb(198,192,188); }
td.TdClassName
{
border-color: #C6C0BC;
}
.TagClassName
{
border-color: #C6C0BC;
}
</style>