Shades of Pale Slate #C7BAB4
Tints of Pale Slate #C7BAB4
RGB
CMYK
RGB Variations
Color information
#C7BAB4 (or 0xC7BAB4) is known color: Pale Slate. HEX triplet: C7, BA and B4. RGB value is (199,186,180). Sum of RGB (Red+Green+Blue) = 199+186+180=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAB4 is #38454B. Grayscale: #BDBDBD. Windows color (decimal): -3687756 or 11844295. OLE color: 11844295.
HSL color Cylindrical-coordinate representation of color #C7BAB4: hue angle of 18.95º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BAB4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 180 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.22 |
| HSL | 18.95º | 0.15% | 0.74% | - |
| HSV(B) | 18.95º | 0.1% | 0.78% | - |
| XYZ | 49.35 | 50.56 | 50.34 | - |
| YUV | 189.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 180 | 0 | 0.07 | 0.10 | 0.22 | 18.95 | 0.15 | 0.74 |
| Hex | C7 | BA | B4 | 0 | 7 | A | 16 | 13 | F | 4A |
| Octal | 307 | 272 | 264 | 0 | 7 | 12 | 26 | 23 | 17 | 112 |
| Binary | 11000111 | 10111010 | 10110100 | 0 | 111 | 1010 | 10110 | 10011 | 1111 | 1001010 |
Color Harmonies of #C7BAB4
Complementary color
Monochromatic Colors of #C7BAB4
Black with #C7BAB4
Text Example
Text Example
White with #C7BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BAB4; }
p { color: rgb(199,186,180); }
H1.HeaderClassName
{
color: #C7BAB4;
}
.AnyTagClassName
{
color: #C7BAB4;
}
</style>
background-color css
<style>
a { background-color: #C7BAB4; }
a { background-color: rgb(199,186,180); }
div.DivClassName
{
background-color: #C7BAB4;
}
.BgClassName
{
background-color: #C7BAB4;
}
</style>
border-color css
<style>
span { border-color: #C7BAB4; }
span { border-color: rgb(199,186,180); }
td.TdClassName
{
border-color: #C7BAB4;
}
.TagClassName
{
border-color: #C7BAB4;
}
</style>