Shades of Pale Slate #C0BBB6
Tints of Pale Slate #C0BBB6
RGB
CMYK
RGB Variations
Color information
#C0BBB6 (or 0xC0BBB6) is known color: Pale Slate. HEX triplet: C0, BB and B6. RGB value is (192,187,182). Sum of RGB (Red+Green+Blue) = 192+187+182=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBB6 is #3F4449. Grayscale: #BBBBBB. Windows color (decimal): -4146250 or 11975616. OLE color: 11975616.
HSL color Cylindrical-coordinate representation of color #C0BBB6: hue angle of 30º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BBB6 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 182 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.25 |
| HSL | 30º | 0.07% | 0.73% | - |
| HSV(B) | 30º | 0.05% | 0.75% | - |
| XYZ | 47.95 | 50.12 | 51.4 | - |
| YUV | 187.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 182 | 0 | 0.03 | 0.05 | 0.25 | 30 | 0.07 | 0.73 |
| Hex | C0 | BB | B6 | 0 | 3 | 5 | 19 | 1E | 7 | 49 |
| Octal | 300 | 273 | 266 | 0 | 3 | 5 | 31 | 36 | 7 | 111 |
| Binary | 11000000 | 10111011 | 10110110 | 0 | 11 | 101 | 11001 | 11110 | 111 | 1001001 |
Color Harmonies of #C0BBB6
Complementary color
Monochromatic Colors of #C0BBB6
Black with #C0BBB6
Text Example
Text Example
White with #C0BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBB6; }
p { color: rgb(192,187,182); }
H1.HeaderClassName
{
color: #C0BBB6;
}
.AnyTagClassName
{
color: #C0BBB6;
}
</style>
background-color css
<style>
a { background-color: #C0BBB6; }
a { background-color: rgb(192,187,182); }
div.DivClassName
{
background-color: #C0BBB6;
}
.BgClassName
{
background-color: #C0BBB6;
}
</style>
border-color css
<style>
span { border-color: #C0BBB6; }
span { border-color: rgb(192,187,182); }
td.TdClassName
{
border-color: #C0BBB6;
}
.TagClassName
{
border-color: #C0BBB6;
}
</style>