Shades of Pale Slate #C6BAB1
Tints of Pale Slate #C6BAB1
RGB
CMYK
RGB Variations
Color information
#C6BAB1 (or 0xC6BAB1) is known color: Pale Slate. HEX triplet: C6, BA and B1. RGB value is (198,186,177). Sum of RGB (Red+Green+Blue) = 198+186+177=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAB1 is #39454E. Grayscale: #BCBCBC. Windows color (decimal): -3753295 or 11647686. OLE color: 11647686.
HSL color Cylindrical-coordinate representation of color #C6BAB1: hue angle of 25.71º 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 #C6BAB1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 177 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.22 |
| HSL | 25.71º | 0.16% | 0.74% | - |
| HSV(B) | 25.71º | 0.11% | 0.78% | - |
| XYZ | 48.78 | 50.3 | 48.73 | - |
| YUV | 188.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 177 | 0 | 0.06 | 0.11 | 0.22 | 25.71 | 0.16 | 0.74 |
| Hex | C6 | BA | B1 | 0 | 6 | B | 16 | 1A | 10 | 4A |
| Octal | 306 | 272 | 261 | 0 | 6 | 13 | 26 | 32 | 20 | 112 |
| Binary | 11000110 | 10111010 | 10110001 | 0 | 110 | 1011 | 10110 | 11010 | 10000 | 1001010 |
Color Harmonies of #C6BAB1
Complementary color
Monochromatic Colors of #C6BAB1
Black with #C6BAB1
Text Example
Text Example
White with #C6BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAB1; }
p { color: rgb(198,186,177); }
H1.HeaderClassName
{
color: #C6BAB1;
}
.AnyTagClassName
{
color: #C6BAB1;
}
</style>
background-color css
<style>
a { background-color: #C6BAB1; }
a { background-color: rgb(198,186,177); }
div.DivClassName
{
background-color: #C6BAB1;
}
.BgClassName
{
background-color: #C6BAB1;
}
</style>
border-color css
<style>
span { border-color: #C6BAB1; }
span { border-color: rgb(198,186,177); }
td.TdClassName
{
border-color: #C6BAB1;
}
.TagClassName
{
border-color: #C6BAB1;
}
</style>