Shades of Pale Slate #CBC4C1
Tints of Pale Slate #CBC4C1
RGB
CMYK
RGB Variations
Color information
#CBC4C1 (or 0xCBC4C1) is known color: Pale Slate. HEX triplet: CB, C4 and C1. RGB value is (203,196,193). Sum of RGB (Red+Green+Blue) = 203+196+193=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4C1 is #343B3E. Grayscale: #C5C5C5. Windows color (decimal): -3423039 or 12698827. OLE color: 12698827.
HSL color Cylindrical-coordinate representation of color #CBC4C1: hue angle of 18º 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 #CBC4C1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 193 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.20 |
| HSL | 18º | 0.09% | 0.78% | - |
| HSV(B) | 18º | 0.05% | 0.8% | - |
| XYZ | 53.99 | 56.03 | 58.42 | - |
| YUV | 197.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 193 | 0 | 0.03 | 0.05 | 0.20 | 18 | 0.09 | 0.78 |
| Hex | CB | C4 | C1 | 0 | 3 | 5 | 14 | 12 | 9 | 4E |
| Octal | 313 | 304 | 301 | 0 | 3 | 5 | 24 | 22 | 11 | 116 |
| Binary | 11001011 | 11000100 | 11000001 | 0 | 11 | 101 | 10100 | 10010 | 1001 | 1001110 |
Color Harmonies of #CBC4C1
Complementary color
Monochromatic Colors of #CBC4C1
Black with #CBC4C1
Text Example
Text Example
White with #CBC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4C1; }
p { color: rgb(203,196,193); }
H1.HeaderClassName
{
color: #CBC4C1;
}
.AnyTagClassName
{
color: #CBC4C1;
}
</style>
background-color css
<style>
a { background-color: #CBC4C1; }
a { background-color: rgb(203,196,193); }
div.DivClassName
{
background-color: #CBC4C1;
}
.BgClassName
{
background-color: #CBC4C1;
}
</style>
border-color css
<style>
span { border-color: #CBC4C1; }
span { border-color: rgb(203,196,193); }
td.TdClassName
{
border-color: #CBC4C1;
}
.TagClassName
{
border-color: #CBC4C1;
}
</style>