Shades of Pale Slate #C7C1BF
Tints of Pale Slate #C7C1BF
RGB
CMYK
RGB Variations
Color information
#C7C1BF (or 0xC7C1BF) is known color: Pale Slate. HEX triplet: C7, C1 and BF. RGB value is (199,193,191). Sum of RGB (Red+Green+Blue) = 199+193+191=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1BF is #383E40. Grayscale: #C2C2C2. Windows color (decimal): -3685953 or 12566983. OLE color: 12566983.
HSL color Cylindrical-coordinate representation of color #C7C1BF: hue angle of 15º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7C1BF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 191 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.22 |
| HSL | 15º | 0.07% | 0.76% | - |
| HSV(B) | 15º | 0.04% | 0.78% | - |
| XYZ | 52.03 | 54.04 | 56.98 | - |
| YUV | 194.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 191 | 0 | 0.03 | 0.04 | 0.22 | 15 | 0.07 | 0.76 |
| Hex | C7 | C1 | BF | 0 | 3 | 4 | 16 | F | 7 | 4C |
| Octal | 307 | 301 | 277 | 0 | 3 | 4 | 26 | 17 | 7 | 114 |
| Binary | 11000111 | 11000001 | 10111111 | 0 | 11 | 100 | 10110 | 1111 | 111 | 1001100 |
Color Harmonies of #C7C1BF
Complementary color
Monochromatic Colors of #C7C1BF
Black with #C7C1BF
Text Example
Text Example
White with #C7C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1BF; }
p { color: rgb(199,193,191); }
H1.HeaderClassName
{
color: #C7C1BF;
}
.AnyTagClassName
{
color: #C7C1BF;
}
</style>
background-color css
<style>
a { background-color: #C7C1BF; }
a { background-color: rgb(199,193,191); }
div.DivClassName
{
background-color: #C7C1BF;
}
.BgClassName
{
background-color: #C7C1BF;
}
</style>
border-color css
<style>
span { border-color: #C7C1BF; }
span { border-color: rgb(199,193,191); }
td.TdClassName
{
border-color: #C7C1BF;
}
.TagClassName
{
border-color: #C7C1BF;
}
</style>