Shades of Pale Slate #C5B8B2
Tints of Pale Slate #C5B8B2
RGB
CMYK
RGB Variations
Color information
#C5B8B2 (or 0xC5B8B2) is known color: Pale Slate. HEX triplet: C5, B8 and B2. RGB value is (197,184,178). Sum of RGB (Red+Green+Blue) = 197+184+178=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B8B2 is #3A474D. Grayscale: #BBBBBB. Windows color (decimal): -3819342 or 11712709. OLE color: 11712709.
HSL color Cylindrical-coordinate representation of color #C5B8B2: hue angle of 18.95º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B8B2 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 178 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.23 |
| HSL | 18.95º | 0.14% | 0.74% | - |
| HSV(B) | 18.95º | 0.1% | 0.77% | - |
| XYZ | 48.2 | 49.37 | 49.11 | - |
| YUV | 187.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 178 | 0 | 0.07 | 0.10 | 0.23 | 18.95 | 0.14 | 0.74 |
| Hex | C5 | B8 | B2 | 0 | 7 | A | 17 | 13 | E | 4A |
| Octal | 305 | 270 | 262 | 0 | 7 | 12 | 27 | 23 | 16 | 112 |
| Binary | 11000101 | 10111000 | 10110010 | 0 | 111 | 1010 | 10111 | 10011 | 1110 | 1001010 |
Color Harmonies of #C5B8B2
Complementary color
Monochromatic Colors of #C5B8B2
Black with #C5B8B2
Text Example
Text Example
White with #C5B8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8B2; }
p { color: rgb(197,184,178); }
H1.HeaderClassName
{
color: #C5B8B2;
}
.AnyTagClassName
{
color: #C5B8B2;
}
</style>
background-color css
<style>
a { background-color: #C5B8B2; }
a { background-color: rgb(197,184,178); }
div.DivClassName
{
background-color: #C5B8B2;
}
.BgClassName
{
background-color: #C5B8B2;
}
</style>
border-color css
<style>
span { border-color: #C5B8B2; }
span { border-color: rgb(197,184,178); }
td.TdClassName
{
border-color: #C5B8B2;
}
.TagClassName
{
border-color: #C5B8B2;
}
</style>