Shades of Pale Slate #CBC5C0
Tints of Pale Slate #CBC5C0
RGB
CMYK
RGB Variations
Color information
#CBC5C0 (or 0xCBC5C0) is known color: Pale Slate. HEX triplet: CB, C5 and C0. RGB value is (203,197,192). Sum of RGB (Red+Green+Blue) = 203+197+192=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5C0 is #343A3F. Grayscale: #C6C6C6. Windows color (decimal): -3422784 or 12633547. OLE color: 12633547.
HSL color Cylindrical-coordinate representation of color #CBC5C0: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC5C0 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 192 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.20 |
| HSL | 27.27º | 0.1% | 0.77% | - |
| HSV(B) | 27.27º | 0.05% | 0.8% | - |
| XYZ | 54.11 | 56.43 | 57.91 | - |
| YUV | 198.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 192 | 0 | 0.03 | 0.05 | 0.20 | 27.27 | 0.1 | 0.77 |
| Hex | CB | C5 | C0 | 0 | 3 | 5 | 14 | 1B | A | 4D |
| Octal | 313 | 305 | 300 | 0 | 3 | 5 | 24 | 33 | 12 | 115 |
| Binary | 11001011 | 11000101 | 11000000 | 0 | 11 | 101 | 10100 | 11011 | 1010 | 1001101 |
Color Harmonies of #CBC5C0
Complementary color
Monochromatic Colors of #CBC5C0
Black with #CBC5C0
Text Example
Text Example
White with #CBC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5C0; }
p { color: rgb(203,197,192); }
H1.HeaderClassName
{
color: #CBC5C0;
}
.AnyTagClassName
{
color: #CBC5C0;
}
</style>
background-color css
<style>
a { background-color: #CBC5C0; }
a { background-color: rgb(203,197,192); }
div.DivClassName
{
background-color: #CBC5C0;
}
.BgClassName
{
background-color: #CBC5C0;
}
</style>
border-color css
<style>
span { border-color: #CBC5C0; }
span { border-color: rgb(203,197,192); }
td.TdClassName
{
border-color: #CBC5C0;
}
.TagClassName
{
border-color: #CBC5C0;
}
</style>