Shades of Pale Slate #CBC1BC
Tints of Pale Slate #CBC1BC
RGB
CMYK
RGB Variations
Color information
#CBC1BC (or 0xCBC1BC) is known color: Pale Slate. HEX triplet: CB, C1 and BC. RGB value is (203,193,188). Sum of RGB (Red+Green+Blue) = 203+193+188=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1BC is #343E43. Grayscale: #C3C3C3. Windows color (decimal): -3423812 or 12370379. OLE color: 12370379.
HSL color Cylindrical-coordinate representation of color #CBC1BC: hue angle of 20º 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 #CBC1BC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 188 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.20 |
| HSL | 20º | 0.13% | 0.77% | - |
| HSV(B) | 20º | 0.07% | 0.8% | - |
| XYZ | 52.78 | 54.47 | 55.31 | - |
| YUV | 195.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 188 | 0 | 0.05 | 0.07 | 0.20 | 20 | 0.13 | 0.77 |
| Hex | CB | C1 | BC | 0 | 5 | 7 | 14 | 14 | D | 4D |
| Octal | 313 | 301 | 274 | 0 | 5 | 7 | 24 | 24 | 15 | 115 |
| Binary | 11001011 | 11000001 | 10111100 | 0 | 101 | 111 | 10100 | 10100 | 1101 | 1001101 |
Color Harmonies of #CBC1BC
Complementary color
Monochromatic Colors of #CBC1BC
Black with #CBC1BC
Text Example
Text Example
White with #CBC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1BC; }
p { color: rgb(203,193,188); }
H1.HeaderClassName
{
color: #CBC1BC;
}
.AnyTagClassName
{
color: #CBC1BC;
}
</style>
background-color css
<style>
a { background-color: #CBC1BC; }
a { background-color: rgb(203,193,188); }
div.DivClassName
{
background-color: #CBC1BC;
}
.BgClassName
{
background-color: #CBC1BC;
}
</style>
border-color css
<style>
span { border-color: #CBC1BC; }
span { border-color: rgb(203,193,188); }
td.TdClassName
{
border-color: #CBC1BC;
}
.TagClassName
{
border-color: #CBC1BC;
}
</style>