Shades of Pale Slate #CBC5C1
Tints of Pale Slate #CBC5C1
RGB
CMYK
RGB Variations
Color information
#CBC5C1 (or 0xCBC5C1) is known color: Pale Slate. HEX triplet: CB, C5 and C1. RGB value is (203,197,193). Sum of RGB (Red+Green+Blue) = 203+197+193=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5C1 is #343A3E. Grayscale: #C6C6C6. Windows color (decimal): -3422783 or 12699083. OLE color: 12699083.
HSL color Cylindrical-coordinate representation of color #CBC5C1: hue angle of 24º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC5C1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 193 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.20 |
| HSL | 24º | 0.09% | 0.78% | - |
| HSV(B) | 24º | 0.05% | 0.8% | - |
| XYZ | 54.22 | 56.48 | 58.5 | - |
| YUV | 198.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 193 | 0 | 0.03 | 0.05 | 0.20 | 24 | 0.09 | 0.78 |
| Hex | CB | C5 | C1 | 0 | 3 | 5 | 14 | 18 | 9 | 4E |
| Octal | 313 | 305 | 301 | 0 | 3 | 5 | 24 | 30 | 11 | 116 |
| Binary | 11001011 | 11000101 | 11000001 | 0 | 11 | 101 | 10100 | 11000 | 1001 | 1001110 |
Color Harmonies of #CBC5C1
Complementary color
Monochromatic Colors of #CBC5C1
Black with #CBC5C1
Text Example
Text Example
White with #CBC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5C1; }
p { color: rgb(203,197,193); }
H1.HeaderClassName
{
color: #CBC5C1;
}
.AnyTagClassName
{
color: #CBC5C1;
}
</style>
background-color css
<style>
a { background-color: #CBC5C1; }
a { background-color: rgb(203,197,193); }
div.DivClassName
{
background-color: #CBC5C1;
}
.BgClassName
{
background-color: #CBC5C1;
}
</style>
border-color css
<style>
span { border-color: #CBC5C1; }
span { border-color: rgb(203,197,193); }
td.TdClassName
{
border-color: #CBC5C1;
}
.TagClassName
{
border-color: #CBC5C1;
}
</style>