Shades of Pale Slate #C0BCB9
Tints of Pale Slate #C0BCB9
RGB
CMYK
RGB Variations
Color information
#C0BCB9 (or 0xC0BCB9) is known color: Pale Slate. HEX triplet: C0, BC and B9. RGB value is (192,188,185). Sum of RGB (Red+Green+Blue) = 192+188+185=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCB9 is #3F4346. Grayscale: #BCBCBC. Windows color (decimal): -4145991 or 12172480. OLE color: 12172480.
HSL color Cylindrical-coordinate representation of color #C0BCB9: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BCB9 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 185 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.25 |
| HSL | 25.71º | 0.05% | 0.74% | - |
| HSV(B) | 25.71º | 0.04% | 0.75% | - |
| XYZ | 48.48 | 50.68 | 53.13 | - |
| YUV | 188.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 185 | 0 | 0.02 | 0.04 | 0.25 | 25.71 | 0.05 | 0.74 |
| Hex | C0 | BC | B9 | 0 | 2 | 4 | 19 | 1A | 5 | 4A |
| Octal | 300 | 274 | 271 | 0 | 2 | 4 | 31 | 32 | 5 | 112 |
| Binary | 11000000 | 10111100 | 10111001 | 0 | 10 | 100 | 11001 | 11010 | 101 | 1001010 |
Color Harmonies of #C0BCB9
Complementary color
Monochromatic Colors of #C0BCB9
Black with #C0BCB9
Text Example
Text Example
White with #C0BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCB9; }
p { color: rgb(192,188,185); }
H1.HeaderClassName
{
color: #C0BCB9;
}
.AnyTagClassName
{
color: #C0BCB9;
}
</style>
background-color css
<style>
a { background-color: #C0BCB9; }
a { background-color: rgb(192,188,185); }
div.DivClassName
{
background-color: #C0BCB9;
}
.BgClassName
{
background-color: #C0BCB9;
}
</style>
border-color css
<style>
span { border-color: #C0BCB9; }
span { border-color: rgb(192,188,185); }
td.TdClassName
{
border-color: #C0BCB9;
}
.TagClassName
{
border-color: #C0BCB9;
}
</style>