Shades of Pale Slate #C8BAB1
Tints of Pale Slate #C8BAB1
RGB
CMYK
RGB Variations
Color information
#C8BAB1 (or 0xC8BAB1) is known color: Pale Slate. HEX triplet: C8, BA and B1. RGB value is (200,186,177). Sum of RGB (Red+Green+Blue) = 200+186+177=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAB1 is #37454E. Grayscale: #BDBDBD. Windows color (decimal): -3622223 or 11647688. OLE color: 11647688.
HSL color Cylindrical-coordinate representation of color #C8BAB1: hue angle of 23.48º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BAB1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 177 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.22 |
| HSL | 23.48º | 0.17% | 0.74% | - |
| HSV(B) | 23.48º | 0.12% | 0.78% | - |
| XYZ | 49.31 | 50.57 | 48.76 | - |
| YUV | 189.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 177 | 0 | 0.07 | 0.12 | 0.22 | 23.48 | 0.17 | 0.74 |
| Hex | C8 | BA | B1 | 0 | 7 | C | 16 | 17 | 11 | 4A |
| Octal | 310 | 272 | 261 | 0 | 7 | 14 | 26 | 27 | 21 | 112 |
| Binary | 11001000 | 10111010 | 10110001 | 0 | 111 | 1100 | 10110 | 10111 | 10001 | 1001010 |
Color Harmonies of #C8BAB1
Complementary color
Monochromatic Colors of #C8BAB1
Black with #C8BAB1
Text Example
Text Example
White with #C8BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAB1; }
p { color: rgb(200,186,177); }
H1.HeaderClassName
{
color: #C8BAB1;
}
.AnyTagClassName
{
color: #C8BAB1;
}
</style>
background-color css
<style>
a { background-color: #C8BAB1; }
a { background-color: rgb(200,186,177); }
div.DivClassName
{
background-color: #C8BAB1;
}
.BgClassName
{
background-color: #C8BAB1;
}
</style>
border-color css
<style>
span { border-color: #C8BAB1; }
span { border-color: rgb(200,186,177); }
td.TdClassName
{
border-color: #C8BAB1;
}
.TagClassName
{
border-color: #C8BAB1;
}
</style>