Shades of Pale Slate #C9BAB0
Tints of Pale Slate #C9BAB0
RGB
CMYK
RGB Variations
Color information
#C9BAB0 (or 0xC9BAB0) is known color: Pale Slate. HEX triplet: C9, BA and B0. RGB value is (201,186,176). Sum of RGB (Red+Green+Blue) = 201+186+176=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAB0 is #36454F. Grayscale: #BDBDBD. Windows color (decimal): -3556688 or 11582153. OLE color: 11582153.
HSL color Cylindrical-coordinate representation of color #C9BAB0: hue angle of 24º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BAB0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 176 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.21 |
| HSL | 24º | 0.19% | 0.74% | - |
| HSV(B) | 24º | 0.12% | 0.79% | - |
| XYZ | 49.48 | 50.67 | 48.25 | - |
| YUV | 189.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 176 | 0 | 0.07 | 0.12 | 0.21 | 24 | 0.19 | 0.74 |
| Hex | C9 | BA | B0 | 0 | 7 | C | 15 | 18 | 13 | 4A |
| Octal | 311 | 272 | 260 | 0 | 7 | 14 | 25 | 30 | 23 | 112 |
| Binary | 11001001 | 10111010 | 10110000 | 0 | 111 | 1100 | 10101 | 11000 | 10011 | 1001010 |
Color Harmonies of #C9BAB0
Complementary color
Monochromatic Colors of #C9BAB0
Black with #C9BAB0
Text Example
Text Example
White with #C9BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAB0; }
p { color: rgb(201,186,176); }
H1.HeaderClassName
{
color: #C9BAB0;
}
.AnyTagClassName
{
color: #C9BAB0;
}
</style>
background-color css
<style>
a { background-color: #C9BAB0; }
a { background-color: rgb(201,186,176); }
div.DivClassName
{
background-color: #C9BAB0;
}
.BgClassName
{
background-color: #C9BAB0;
}
</style>
border-color css
<style>
span { border-color: #C9BAB0; }
span { border-color: rgb(201,186,176); }
td.TdClassName
{
border-color: #C9BAB0;
}
.TagClassName
{
border-color: #C9BAB0;
}
</style>