Shades of Pale Slate #C5C0BC
Tints of Pale Slate #C5C0BC
RGB
CMYK
RGB Variations
Color information
#C5C0BC (or 0xC5C0BC) is known color: Pale Slate. HEX triplet: C5, C0 and BC. RGB value is (197,192,188). Sum of RGB (Red+Green+Blue) = 197+192+188=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0BC is #3A3F43. Grayscale: #C1C1C1. Windows color (decimal): -3817284 or 12370117. OLE color: 12370117.
HSL color Cylindrical-coordinate representation of color #C5C0BC: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C0BC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 188 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.23 |
| HSL | 26.67º | 0.07% | 0.75% | - |
| HSV(B) | 26.67º | 0.05% | 0.77% | - |
| XYZ | 50.95 | 53.2 | 55.16 | - |
| YUV | 193.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 188 | 0 | 0.03 | 0.05 | 0.23 | 26.67 | 0.07 | 0.75 |
| Hex | C5 | C0 | BC | 0 | 3 | 5 | 17 | 1B | 7 | 4B |
| Octal | 305 | 300 | 274 | 0 | 3 | 5 | 27 | 33 | 7 | 113 |
| Binary | 11000101 | 11000000 | 10111100 | 0 | 11 | 101 | 10111 | 11011 | 111 | 1001011 |
Color Harmonies of #C5C0BC
Complementary color
Monochromatic Colors of #C5C0BC
Black with #C5C0BC
Text Example
Text Example
White with #C5C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0BC; }
p { color: rgb(197,192,188); }
H1.HeaderClassName
{
color: #C5C0BC;
}
.AnyTagClassName
{
color: #C5C0BC;
}
</style>
background-color css
<style>
a { background-color: #C5C0BC; }
a { background-color: rgb(197,192,188); }
div.DivClassName
{
background-color: #C5C0BC;
}
.BgClassName
{
background-color: #C5C0BC;
}
</style>
border-color css
<style>
span { border-color: #C5C0BC; }
span { border-color: rgb(197,192,188); }
td.TdClassName
{
border-color: #C5C0BC;
}
.TagClassName
{
border-color: #C5C0BC;
}
</style>