Shades of Pale Slate #CBC0B7
Tints of Pale Slate #CBC0B7
RGB
CMYK
RGB Variations
Color information
#CBC0B7 (or 0xCBC0B7) is known color: Pale Slate. HEX triplet: CB, C0 and B7. RGB value is (203,192,183). Sum of RGB (Red+Green+Blue) = 203+192+183=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0B7 is #343F48. Grayscale: #C2C2C2. Windows color (decimal): -3424073 or 12042443. OLE color: 12042443.
HSL color Cylindrical-coordinate representation of color #CBC0B7: hue angle of 27º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC0B7 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 183 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.20 |
| HSL | 27º | 0.16% | 0.76% | - |
| HSV(B) | 27º | 0.1% | 0.8% | - |
| XYZ | 52.03 | 53.81 | 52.44 | - |
| YUV | 194.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 183 | 0 | 0.05 | 0.10 | 0.20 | 27 | 0.16 | 0.76 |
| Hex | CB | C0 | B7 | 0 | 5 | A | 14 | 1B | 10 | 4C |
| Octal | 313 | 300 | 267 | 0 | 5 | 12 | 24 | 33 | 20 | 114 |
| Binary | 11001011 | 11000000 | 10110111 | 0 | 101 | 1010 | 10100 | 11011 | 10000 | 1001100 |
Color Harmonies of #CBC0B7
Complementary color
Monochromatic Colors of #CBC0B7
Black with #CBC0B7
Text Example
Text Example
White with #CBC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0B7; }
p { color: rgb(203,192,183); }
H1.HeaderClassName
{
color: #CBC0B7;
}
.AnyTagClassName
{
color: #CBC0B7;
}
</style>
background-color css
<style>
a { background-color: #CBC0B7; }
a { background-color: rgb(203,192,183); }
div.DivClassName
{
background-color: #CBC0B7;
}
.BgClassName
{
background-color: #CBC0B7;
}
</style>
border-color css
<style>
span { border-color: #CBC0B7; }
span { border-color: rgb(203,192,183); }
td.TdClassName
{
border-color: #CBC0B7;
}
.TagClassName
{
border-color: #CBC0B7;
}
</style>