Shades of Pale Slate #C8C0B8
Tints of Pale Slate #C8C0B8
RGB
CMYK
RGB Variations
Color information
#C8C0B8 (or 0xC8C0B8) is known color: Pale Slate. HEX triplet: C8, C0 and B8. RGB value is (200,192,184). Sum of RGB (Red+Green+Blue) = 200+192+184=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0B8 is #373F47. Grayscale: #C1C1C1. Windows color (decimal): -3620680 or 12107976. OLE color: 12107976.
HSL color Cylindrical-coordinate representation of color #C8C0B8: hue angle of 30º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C0B8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 192 | 184 | - |
CMYK | 0 | 0.04 | 0.08 | 0.22 |
HSL | 30º | 0.13% | 0.75% | - |
HSV(B) | 30º | 0.08% | 0.78% | - |
XYZ | 51.32 | 53.44 | 52.96 | - |
YUV | 193.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 192 | 184 | 0 | 0.04 | 0.08 | 0.22 | 30 | 0.13 | 0.75 |
Hex | C8 | C0 | B8 | 0 | 4 | 8 | 16 | 1E | D | 4B |
Octal | 310 | 300 | 270 | 0 | 4 | 10 | 26 | 36 | 15 | 113 |
Binary | 11001000 | 11000000 | 10111000 | 0 | 100 | 1000 | 10110 | 11110 | 1101 | 1001011 |
Color Harmonies of #C8C0B8
Complementary color
Monochromatic Colors of #C8C0B8
Black with #C8C0B8
Text Example
Text Example
White with #C8C0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0B8; }
p { color: rgb(200,192,184); }
H1.HeaderClassName
{
color: #C8C0B8;
}
.AnyTagClassName
{
color: #C8C0B8;
}
</style>
background-color css
<style>
a { background-color: #C8C0B8; }
a { background-color: rgb(200,192,184); }
div.DivClassName
{
background-color: #C8C0B8;
}
.BgClassName
{
background-color: #C8C0B8;
}
</style>
border-color css
<style>
span { border-color: #C8C0B8; }
span { border-color: rgb(200,192,184); }
td.TdClassName
{
border-color: #C8C0B8;
}
.TagClassName
{
border-color: #C8C0B8;
}
</style>