Shades of Pale Slate #C7BBB7
Tints of Pale Slate #C7BBB7
RGB
CMYK
RGB Variations
Color information
#C7BBB7 (or 0xC7BBB7) is known color: Pale Slate. HEX triplet: C7, BB and B7. RGB value is (199,187,183). Sum of RGB (Red+Green+Blue) = 199+187+183=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBB7 is #384448. Grayscale: #BEBEBE. Windows color (decimal): -3687497 or 12041159. OLE color: 12041159.
HSL color Cylindrical-coordinate representation of color #C7BBB7: hue angle of 15º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BBB7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 183 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.22 |
| HSL | 15º | 0.13% | 0.75% | - |
| HSV(B) | 15º | 0.08% | 0.78% | - |
| XYZ | 49.87 | 51.1 | 52.03 | - |
| YUV | 190.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 183 | 0 | 0.06 | 0.08 | 0.22 | 15 | 0.13 | 0.75 |
| Hex | C7 | BB | B7 | 0 | 6 | 8 | 16 | F | C | 4B |
| Octal | 307 | 273 | 267 | 0 | 6 | 10 | 26 | 17 | 14 | 113 |
| Binary | 11000111 | 10111011 | 10110111 | 0 | 110 | 1000 | 10110 | 1111 | 1100 | 1001011 |
Color Harmonies of #C7BBB7
Complementary color
Monochromatic Colors of #C7BBB7
Black with #C7BBB7
Text Example
Text Example
White with #C7BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBB7; }
p { color: rgb(199,187,183); }
H1.HeaderClassName
{
color: #C7BBB7;
}
.AnyTagClassName
{
color: #C7BBB7;
}
</style>
background-color css
<style>
a { background-color: #C7BBB7; }
a { background-color: rgb(199,187,183); }
div.DivClassName
{
background-color: #C7BBB7;
}
.BgClassName
{
background-color: #C7BBB7;
}
</style>
border-color css
<style>
span { border-color: #C7BBB7; }
span { border-color: rgb(199,187,183); }
td.TdClassName
{
border-color: #C7BBB7;
}
.TagClassName
{
border-color: #C7BBB7;
}
</style>