Shades of Pale Slate #C5C0BB
Tints of Pale Slate #C5C0BB
RGB
CMYK
RGB Variations
Color information
#C5C0BB (or 0xC5C0BB) is known color: Pale Slate. HEX triplet: C5, C0 and BB. RGB value is (197,192,187). Sum of RGB (Red+Green+Blue) = 197+192+187=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0BB is #3A3F44. Grayscale: #C0C0C0. Windows color (decimal): -3817285 or 12304581. OLE color: 12304581.
HSL color Cylindrical-coordinate representation of color #C5C0BB: hue angle of 30º degrees, saturation: 0.08, 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 #C5C0BB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 187 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.23 |
| HSL | 30º | 0.08% | 0.75% | - |
| HSV(B) | 30º | 0.05% | 0.77% | - |
| XYZ | 50.85 | 53.16 | 54.59 | - |
| YUV | 192.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 187 | 0 | 0.03 | 0.05 | 0.23 | 30 | 0.08 | 0.75 |
| Hex | C5 | C0 | BB | 0 | 3 | 5 | 17 | 1E | 8 | 4B |
| Octal | 305 | 300 | 273 | 0 | 3 | 5 | 27 | 36 | 10 | 113 |
| Binary | 11000101 | 11000000 | 10111011 | 0 | 11 | 101 | 10111 | 11110 | 1000 | 1001011 |
Color Harmonies of #C5C0BB
Complementary color
Monochromatic Colors of #C5C0BB
Black with #C5C0BB
Text Example
Text Example
White with #C5C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0BB; }
p { color: rgb(197,192,187); }
H1.HeaderClassName
{
color: #C5C0BB;
}
.AnyTagClassName
{
color: #C5C0BB;
}
</style>
background-color css
<style>
a { background-color: #C5C0BB; }
a { background-color: rgb(197,192,187); }
div.DivClassName
{
background-color: #C5C0BB;
}
.BgClassName
{
background-color: #C5C0BB;
}
</style>
border-color css
<style>
span { border-color: #C5C0BB; }
span { border-color: rgb(197,192,187); }
td.TdClassName
{
border-color: #C5C0BB;
}
.TagClassName
{
border-color: #C5C0BB;
}
</style>