Shades of Pale Slate #C7C2BF
Tints of Pale Slate #C7C2BF
RGB
CMYK
RGB Variations
Color information
#C7C2BF (or 0xC7C2BF) is known color: Pale Slate. HEX triplet: C7, C2 and BF. RGB value is (199,194,191). Sum of RGB (Red+Green+Blue) = 199+194+191=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2BF is #383D40. Grayscale: #C3C3C3. Windows color (decimal): -3685697 or 12567239. OLE color: 12567239.
HSL color Cylindrical-coordinate representation of color #C7C2BF: hue angle of 22.5º 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 #C7C2BF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 191 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.22 |
| HSL | 22.5º | 0.07% | 0.76% | - |
| HSV(B) | 22.5º | 0.04% | 0.78% | - |
| XYZ | 52.25 | 54.49 | 57.05 | - |
| YUV | 195.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 191 | 0 | 0.03 | 0.04 | 0.22 | 22.5 | 0.07 | 0.76 |
| Hex | C7 | C2 | BF | 0 | 3 | 4 | 16 | 16 | 7 | 4C |
| Octal | 307 | 302 | 277 | 0 | 3 | 4 | 26 | 26 | 7 | 114 |
| Binary | 11000111 | 11000010 | 10111111 | 0 | 11 | 100 | 10110 | 10110 | 111 | 1001100 |
Color Harmonies of #C7C2BF
Complementary color
Monochromatic Colors of #C7C2BF
Black with #C7C2BF
Text Example
Text Example
White with #C7C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2BF; }
p { color: rgb(199,194,191); }
H1.HeaderClassName
{
color: #C7C2BF;
}
.AnyTagClassName
{
color: #C7C2BF;
}
</style>
background-color css
<style>
a { background-color: #C7C2BF; }
a { background-color: rgb(199,194,191); }
div.DivClassName
{
background-color: #C7C2BF;
}
.BgClassName
{
background-color: #C7C2BF;
}
</style>
border-color css
<style>
span { border-color: #C7C2BF; }
span { border-color: rgb(199,194,191); }
td.TdClassName
{
border-color: #C7C2BF;
}
.TagClassName
{
border-color: #C7C2BF;
}
</style>