Shades of Pale Slate #CBC3BC
Tints of Pale Slate #CBC3BC
RGB
CMYK
RGB Variations
Color information
#CBC3BC (or 0xCBC3BC) is known color: Pale Slate. HEX triplet: CB, C3 and BC. RGB value is (203,195,188). Sum of RGB (Red+Green+Blue) = 203+195+188=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3BC is #343C43. Grayscale: #C4C4C4. Windows color (decimal): -3423300 or 12370891. OLE color: 12370891.
HSL color Cylindrical-coordinate representation of color #CBC3BC: hue angle of 28º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC3BC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 188 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.20 |
| HSL | 28º | 0.13% | 0.77% | - |
| HSV(B) | 28º | 0.07% | 0.8% | - |
| XYZ | 53.22 | 55.36 | 55.46 | - |
| YUV | 196.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 188 | 0 | 0.04 | 0.07 | 0.20 | 28 | 0.13 | 0.77 |
| Hex | CB | C3 | BC | 0 | 4 | 7 | 14 | 1C | D | 4D |
| Octal | 313 | 303 | 274 | 0 | 4 | 7 | 24 | 34 | 15 | 115 |
| Binary | 11001011 | 11000011 | 10111100 | 0 | 100 | 111 | 10100 | 11100 | 1101 | 1001101 |
Color Harmonies of #CBC3BC
Complementary color
Monochromatic Colors of #CBC3BC
Black with #CBC3BC
Text Example
Text Example
White with #CBC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3BC; }
p { color: rgb(203,195,188); }
H1.HeaderClassName
{
color: #CBC3BC;
}
.AnyTagClassName
{
color: #CBC3BC;
}
</style>
background-color css
<style>
a { background-color: #CBC3BC; }
a { background-color: rgb(203,195,188); }
div.DivClassName
{
background-color: #CBC3BC;
}
.BgClassName
{
background-color: #CBC3BC;
}
</style>
border-color css
<style>
span { border-color: #CBC3BC; }
span { border-color: rgb(203,195,188); }
td.TdClassName
{
border-color: #CBC3BC;
}
.TagClassName
{
border-color: #CBC3BC;
}
</style>