Shades of Pale Slate #C9C0BB
Tints of Pale Slate #C9C0BB
RGB
CMYK
RGB Variations
Color information
#C9C0BB (or 0xC9C0BB) is known color: Pale Slate. HEX triplet: C9, C0 and BB. RGB value is (201,192,187). Sum of RGB (Red+Green+Blue) = 201+192+187=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0BB is #363F44. Grayscale: #C2C2C2. Windows color (decimal): -3555141 or 12304585. OLE color: 12304585.
HSL color Cylindrical-coordinate representation of color #C9C0BB: hue angle of 21.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C0BB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 187 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.21 |
| HSL | 21.43º | 0.11% | 0.76% | - |
| HSV(B) | 21.43º | 0.07% | 0.79% | - |
| XYZ | 51.91 | 53.7 | 54.64 | - |
| YUV | 194.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 187 | 0 | 0.04 | 0.07 | 0.21 | 21.43 | 0.11 | 0.76 |
| Hex | C9 | C0 | BB | 0 | 4 | 7 | 15 | 15 | B | 4C |
| Octal | 311 | 300 | 273 | 0 | 4 | 7 | 25 | 25 | 13 | 114 |
| Binary | 11001001 | 11000000 | 10111011 | 0 | 100 | 111 | 10101 | 10101 | 1011 | 1001100 |
Color Harmonies of #C9C0BB
Complementary color
Monochromatic Colors of #C9C0BB
Black with #C9C0BB
Text Example
Text Example
White with #C9C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0BB; }
p { color: rgb(201,192,187); }
H1.HeaderClassName
{
color: #C9C0BB;
}
.AnyTagClassName
{
color: #C9C0BB;
}
</style>
background-color css
<style>
a { background-color: #C9C0BB; }
a { background-color: rgb(201,192,187); }
div.DivClassName
{
background-color: #C9C0BB;
}
.BgClassName
{
background-color: #C9C0BB;
}
</style>
border-color css
<style>
span { border-color: #C9C0BB; }
span { border-color: rgb(201,192,187); }
td.TdClassName
{
border-color: #C9C0BB;
}
.TagClassName
{
border-color: #C9C0BB;
}
</style>