Shades of Pale Slate #C7C1BB
Tints of Pale Slate #C7C1BB
RGB
CMYK
RGB Variations
Color information
#C7C1BB (or 0xC7C1BB) is known color: Pale Slate. HEX triplet: C7, C1 and BB. RGB value is (199,193,187). Sum of RGB (Red+Green+Blue) = 199+193+187=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1BB is #383E44. Grayscale: #C2C2C2. Windows color (decimal): -3685957 or 12304839. OLE color: 12304839.
HSL color Cylindrical-coordinate representation of color #C7C1BB: hue angle of 30º 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 #C7C1BB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 187 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.22 |
| HSL | 30º | 0.1% | 0.76% | - |
| HSV(B) | 30º | 0.06% | 0.78% | - |
| XYZ | 51.59 | 53.87 | 54.69 | - |
| YUV | 194.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 187 | 0 | 0.03 | 0.06 | 0.22 | 30 | 0.1 | 0.76 |
| Hex | C7 | C1 | BB | 0 | 3 | 6 | 16 | 1E | A | 4C |
| Octal | 307 | 301 | 273 | 0 | 3 | 6 | 26 | 36 | 12 | 114 |
| Binary | 11000111 | 11000001 | 10111011 | 0 | 11 | 110 | 10110 | 11110 | 1010 | 1001100 |
Color Harmonies of #C7C1BB
Complementary color
Monochromatic Colors of #C7C1BB
Black with #C7C1BB
Text Example
Text Example
White with #C7C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1BB; }
p { color: rgb(199,193,187); }
H1.HeaderClassName
{
color: #C7C1BB;
}
.AnyTagClassName
{
color: #C7C1BB;
}
</style>
background-color css
<style>
a { background-color: #C7C1BB; }
a { background-color: rgb(199,193,187); }
div.DivClassName
{
background-color: #C7C1BB;
}
.BgClassName
{
background-color: #C7C1BB;
}
</style>
border-color css
<style>
span { border-color: #C7C1BB; }
span { border-color: rgb(199,193,187); }
td.TdClassName
{
border-color: #C7C1BB;
}
.TagClassName
{
border-color: #C7C1BB;
}
</style>