Shades of Pale Slate #CBC3C0
Tints of Pale Slate #CBC3C0
RGB
CMYK
RGB Variations
Color information
#CBC3C0 (or 0xCBC3C0) is known color: Pale Slate. HEX triplet: CB, C3 and C0. RGB value is (203,195,192). Sum of RGB (Red+Green+Blue) = 203+195+192=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3C0 is #343C3F. Grayscale: #C5C5C5. Windows color (decimal): -3423296 or 12633035. OLE color: 12633035.
HSL color Cylindrical-coordinate representation of color #CBC3C0: hue angle of 16.36º 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 #CBC3C0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 195 | 192 | - |
CMYK | 0 | 0.04 | 0.05 | 0.20 |
HSL | 16.36º | 0.1% | 0.77% | - |
HSV(B) | 16.36º | 0.05% | 0.8% | - |
XYZ | 53.66 | 55.53 | 57.76 | - |
YUV | 197.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 195 | 192 | 0 | 0.04 | 0.05 | 0.20 | 16.36 | 0.1 | 0.77 |
Hex | CB | C3 | C0 | 0 | 4 | 5 | 14 | 10 | A | 4D |
Octal | 313 | 303 | 300 | 0 | 4 | 5 | 24 | 20 | 12 | 115 |
Binary | 11001011 | 11000011 | 11000000 | 0 | 100 | 101 | 10100 | 10000 | 1010 | 1001101 |
Color Harmonies of #CBC3C0
Complementary color
Monochromatic Colors of #CBC3C0
Black with #CBC3C0
Text Example
Text Example
White with #CBC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3C0; }
p { color: rgb(203,195,192); }
H1.HeaderClassName
{
color: #CBC3C0;
}
.AnyTagClassName
{
color: #CBC3C0;
}
</style>
background-color css
<style>
a { background-color: #CBC3C0; }
a { background-color: rgb(203,195,192); }
div.DivClassName
{
background-color: #CBC3C0;
}
.BgClassName
{
background-color: #CBC3C0;
}
</style>
border-color css
<style>
span { border-color: #CBC3C0; }
span { border-color: rgb(203,195,192); }
td.TdClassName
{
border-color: #CBC3C0;
}
.TagClassName
{
border-color: #CBC3C0;
}
</style>