Shades of Pale Slate #C9C2BE
Tints of Pale Slate #C9C2BE
RGB
CMYK
RGB Variations
Color information
#C9C2BE (or 0xC9C2BE) is known color: Pale Slate. HEX triplet: C9, C2 and BE. RGB value is (201,194,190). Sum of RGB (Red+Green+Blue) = 201+194+190=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2BE is #363D41. Grayscale: #C3C3C3. Windows color (decimal): -3554626 or 12501705. OLE color: 12501705.
HSL color Cylindrical-coordinate representation of color #C9C2BE: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C2BE is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 194 | 190 | - |
CMYK | 0 | 0.03 | 0.05 | 0.21 |
HSL | 21.82º | 0.09% | 0.77% | - |
HSV(B) | 21.82º | 0.05% | 0.79% | - |
XYZ | 52.67 | 54.72 | 56.5 | - |
YUV | 195.64 | 124.82 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 194 | 190 | 0 | 0.03 | 0.05 | 0.21 | 21.82 | 0.09 | 0.77 |
Hex | C9 | C2 | BE | 0 | 3 | 5 | 15 | 16 | 9 | 4D |
Octal | 311 | 302 | 276 | 0 | 3 | 5 | 25 | 26 | 11 | 115 |
Binary | 11001001 | 11000010 | 10111110 | 0 | 11 | 101 | 10101 | 10110 | 1001 | 1001101 |
Color Harmonies of #C9C2BE
Complementary color
Monochromatic Colors of #C9C2BE
Black with #C9C2BE
Text Example
Text Example
White with #C9C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2BE; }
p { color: rgb(201,194,190); }
H1.HeaderClassName
{
color: #C9C2BE;
}
.AnyTagClassName
{
color: #C9C2BE;
}
</style>
background-color css
<style>
a { background-color: #C9C2BE; }
a { background-color: rgb(201,194,190); }
div.DivClassName
{
background-color: #C9C2BE;
}
.BgClassName
{
background-color: #C9C2BE;
}
</style>
border-color css
<style>
span { border-color: #C9C2BE; }
span { border-color: rgb(201,194,190); }
td.TdClassName
{
border-color: #C9C2BE;
}
.TagClassName
{
border-color: #C9C2BE;
}
</style>