Shades of Pale Slate #C5B7B1
Tints of Pale Slate #C5B7B1
RGB
CMYK
RGB Variations
Color information
#C5B7B1 (or 0xC5B7B1) is known color: Pale Slate. HEX triplet: C5, B7 and B1. RGB value is (197,183,177). Sum of RGB (Red+Green+Blue) = 197+183+177=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B7B1 is #3A484E. Grayscale: #BABABA. Windows color (decimal): -3819599 or 11646917. OLE color: 11646917.
HSL color Cylindrical-coordinate representation of color #C5B7B1: hue angle of 18º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B7B1 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 177 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.23 |
| HSL | 18º | 0.15% | 0.73% | - |
| HSV(B) | 18º | 0.1% | 0.77% | - |
| XYZ | 47.9 | 48.91 | 48.51 | - |
| YUV | 186.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 177 | 0 | 0.07 | 0.10 | 0.23 | 18 | 0.15 | 0.73 |
| Hex | C5 | B7 | B1 | 0 | 7 | A | 17 | 12 | F | 49 |
| Octal | 305 | 267 | 261 | 0 | 7 | 12 | 27 | 22 | 17 | 111 |
| Binary | 11000101 | 10110111 | 10110001 | 0 | 111 | 1010 | 10111 | 10010 | 1111 | 1001001 |
Color Harmonies of #C5B7B1
Complementary color
Monochromatic Colors of #C5B7B1
Black with #C5B7B1
Text Example
Text Example
White with #C5B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7B1; }
p { color: rgb(197,183,177); }
H1.HeaderClassName
{
color: #C5B7B1;
}
.AnyTagClassName
{
color: #C5B7B1;
}
</style>
background-color css
<style>
a { background-color: #C5B7B1; }
a { background-color: rgb(197,183,177); }
div.DivClassName
{
background-color: #C5B7B1;
}
.BgClassName
{
background-color: #C5B7B1;
}
</style>
border-color css
<style>
span { border-color: #C5B7B1; }
span { border-color: rgb(197,183,177); }
td.TdClassName
{
border-color: #C5B7B1;
}
.TagClassName
{
border-color: #C5B7B1;
}
</style>