Shades of Pale Slate #C9BEB9
Tints of Pale Slate #C9BEB9
RGB
CMYK
RGB Variations
Color information
#C9BEB9 (or 0xC9BEB9) is known color: Pale Slate. HEX triplet: C9, BE and B9. RGB value is (201,190,185). Sum of RGB (Red+Green+Blue) = 201+190+185=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEB9 is #364146. Grayscale: #C0C0C0. Windows color (decimal): -3555655 or 12173001. OLE color: 12173001.
HSL color Cylindrical-coordinate representation of color #C9BEB9: hue angle of 18.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BEB9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 190 | 185 | - |
CMYK | 0 | 0.05 | 0.08 | 0.21 |
HSL | 18.75º | 0.13% | 0.76% | - |
HSV(B) | 18.75º | 0.08% | 0.79% | - |
XYZ | 51.26 | 52.75 | 53.38 | - |
YUV | 192.72 | 123.64 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 190 | 185 | 0 | 0.05 | 0.08 | 0.21 | 18.75 | 0.13 | 0.76 |
Hex | C9 | BE | B9 | 0 | 5 | 8 | 15 | 13 | D | 4C |
Octal | 311 | 276 | 271 | 0 | 5 | 10 | 25 | 23 | 15 | 114 |
Binary | 11001001 | 10111110 | 10111001 | 0 | 101 | 1000 | 10101 | 10011 | 1101 | 1001100 |
Color Harmonies of #C9BEB9
Complementary color
Monochromatic Colors of #C9BEB9
Black with #C9BEB9
Text Example
Text Example
White with #C9BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEB9; }
p { color: rgb(201,190,185); }
H1.HeaderClassName
{
color: #C9BEB9;
}
.AnyTagClassName
{
color: #C9BEB9;
}
</style>
background-color css
<style>
a { background-color: #C9BEB9; }
a { background-color: rgb(201,190,185); }
div.DivClassName
{
background-color: #C9BEB9;
}
.BgClassName
{
background-color: #C9BEB9;
}
</style>
border-color css
<style>
span { border-color: #C9BEB9; }
span { border-color: rgb(201,190,185); }
td.TdClassName
{
border-color: #C9BEB9;
}
.TagClassName
{
border-color: #C9BEB9;
}
</style>