Shades of Pale Slate #C7C0BB
Tints of Pale Slate #C7C0BB
RGB
CMYK
RGB Variations
Color information
#C7C0BB (or 0xC7C0BB) is known color: Pale Slate. HEX triplet: C7, C0 and BB. RGB value is (199,192,187). Sum of RGB (Red+Green+Blue) = 199+192+187=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0BB is #383F44. Grayscale: #C1C1C1. Windows color (decimal): -3686213 or 12304583. OLE color: 12304583.
HSL color Cylindrical-coordinate representation of color #C7C0BB: hue angle of 25º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C0BB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 187 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.22 |
| HSL | 25º | 0.1% | 0.76% | - |
| HSV(B) | 25º | 0.06% | 0.78% | - |
| XYZ | 51.37 | 53.43 | 54.62 | - |
| YUV | 193.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 187 | 0 | 0.04 | 0.06 | 0.22 | 25 | 0.1 | 0.76 |
| Hex | C7 | C0 | BB | 0 | 4 | 6 | 16 | 19 | A | 4C |
| Octal | 307 | 300 | 273 | 0 | 4 | 6 | 26 | 31 | 12 | 114 |
| Binary | 11000111 | 11000000 | 10111011 | 0 | 100 | 110 | 10110 | 11001 | 1010 | 1001100 |
Color Harmonies of #C7C0BB
Complementary color
Monochromatic Colors of #C7C0BB
Black with #C7C0BB
Text Example
Text Example
White with #C7C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0BB; }
p { color: rgb(199,192,187); }
H1.HeaderClassName
{
color: #C7C0BB;
}
.AnyTagClassName
{
color: #C7C0BB;
}
</style>
background-color css
<style>
a { background-color: #C7C0BB; }
a { background-color: rgb(199,192,187); }
div.DivClassName
{
background-color: #C7C0BB;
}
.BgClassName
{
background-color: #C7C0BB;
}
</style>
border-color css
<style>
span { border-color: #C7C0BB; }
span { border-color: rgb(199,192,187); }
td.TdClassName
{
border-color: #C7C0BB;
}
.TagClassName
{
border-color: #C7C0BB;
}
</style>