Shades of Pale Slate #C7BAB2
Tints of Pale Slate #C7BAB2
RGB
CMYK
RGB Variations
Color information
#C7BAB2 (or 0xC7BAB2) is known color: Pale Slate. HEX triplet: C7, BA and B2. RGB value is (199,186,178). Sum of RGB (Red+Green+Blue) = 199+186+178=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAB2 is #38454D. Grayscale: #BDBDBD. Windows color (decimal): -3687758 or 11713223. OLE color: 11713223.
HSL color Cylindrical-coordinate representation of color #C7BAB2: hue angle of 22.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7BAB2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 178 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.22 |
| HSL | 22.86º | 0.16% | 0.74% | - |
| HSV(B) | 22.86º | 0.11% | 0.78% | - |
| XYZ | 49.15 | 50.47 | 49.27 | - |
| YUV | 188.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 178 | 0 | 0.07 | 0.11 | 0.22 | 22.86 | 0.16 | 0.74 |
| Hex | C7 | BA | B2 | 0 | 7 | B | 16 | 17 | 10 | 4A |
| Octal | 307 | 272 | 262 | 0 | 7 | 13 | 26 | 27 | 20 | 112 |
| Binary | 11000111 | 10111010 | 10110010 | 0 | 111 | 1011 | 10110 | 10111 | 10000 | 1001010 |
Color Harmonies of #C7BAB2
Complementary color
Monochromatic Colors of #C7BAB2
Black with #C7BAB2
Text Example
Text Example
White with #C7BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BAB2; }
p { color: rgb(199,186,178); }
H1.HeaderClassName
{
color: #C7BAB2;
}
.AnyTagClassName
{
color: #C7BAB2;
}
</style>
background-color css
<style>
a { background-color: #C7BAB2; }
a { background-color: rgb(199,186,178); }
div.DivClassName
{
background-color: #C7BAB2;
}
.BgClassName
{
background-color: #C7BAB2;
}
</style>
border-color css
<style>
span { border-color: #C7BAB2; }
span { border-color: rgb(199,186,178); }
td.TdClassName
{
border-color: #C7BAB2;
}
.TagClassName
{
border-color: #C7BAB2;
}
</style>