Shades of Pale Slate #C9C0BC
Tints of Pale Slate #C9C0BC
RGB
CMYK
RGB Variations
Color information
#C9C0BC (or 0xC9C0BC) is known color: Pale Slate. HEX triplet: C9, C0 and BC. RGB value is (201,192,188). Sum of RGB (Red+Green+Blue) = 201+192+188=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0BC is #363F43. Grayscale: #C2C2C2. Windows color (decimal): -3555140 or 12370121. OLE color: 12370121.
HSL color Cylindrical-coordinate representation of color #C9C0BC: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9C0BC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 188 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.21 |
| HSL | 18.46º | 0.11% | 0.76% | - |
| HSV(B) | 18.46º | 0.06% | 0.79% | - |
| XYZ | 52.01 | 53.75 | 55.21 | - |
| YUV | 194.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 188 | 0 | 0.04 | 0.06 | 0.21 | 18.46 | 0.11 | 0.76 |
| Hex | C9 | C0 | BC | 0 | 4 | 6 | 15 | 12 | B | 4C |
| Octal | 311 | 300 | 274 | 0 | 4 | 6 | 25 | 22 | 13 | 114 |
| Binary | 11001001 | 11000000 | 10111100 | 0 | 100 | 110 | 10101 | 10010 | 1011 | 1001100 |
Color Harmonies of #C9C0BC
Complementary color
Monochromatic Colors of #C9C0BC
Black with #C9C0BC
Text Example
Text Example
White with #C9C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0BC; }
p { color: rgb(201,192,188); }
H1.HeaderClassName
{
color: #C9C0BC;
}
.AnyTagClassName
{
color: #C9C0BC;
}
</style>
background-color css
<style>
a { background-color: #C9C0BC; }
a { background-color: rgb(201,192,188); }
div.DivClassName
{
background-color: #C9C0BC;
}
.BgClassName
{
background-color: #C9C0BC;
}
</style>
border-color css
<style>
span { border-color: #C9C0BC; }
span { border-color: rgb(201,192,188); }
td.TdClassName
{
border-color: #C9C0BC;
}
.TagClassName
{
border-color: #C9C0BC;
}
</style>