Shades of Pale Slate #CBC1B9
Tints of Pale Slate #CBC1B9
RGB
CMYK
RGB Variations
Color information
#CBC1B9 (or 0xCBC1B9) is known color: Pale Slate. HEX triplet: CB, C1 and B9. RGB value is (203,193,185). Sum of RGB (Red+Green+Blue) = 203+193+185=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1B9 is #343E46. Grayscale: #C3C3C3. Windows color (decimal): -3423815 or 12173771. OLE color: 12173771.
HSL color Cylindrical-coordinate representation of color #CBC1B9: hue angle of 26.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC1B9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 185 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.20 |
| HSL | 26.67º | 0.15% | 0.76% | - |
| HSV(B) | 26.67º | 0.09% | 0.8% | - |
| XYZ | 52.46 | 54.34 | 53.62 | - |
| YUV | 195.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 185 | 0 | 0.05 | 0.09 | 0.20 | 26.67 | 0.15 | 0.76 |
| Hex | CB | C1 | B9 | 0 | 5 | 9 | 14 | 1B | F | 4C |
| Octal | 313 | 301 | 271 | 0 | 5 | 11 | 24 | 33 | 17 | 114 |
| Binary | 11001011 | 11000001 | 10111001 | 0 | 101 | 1001 | 10100 | 11011 | 1111 | 1001100 |
Color Harmonies of #CBC1B9
Complementary color
Monochromatic Colors of #CBC1B9
Black with #CBC1B9
Text Example
Text Example
White with #CBC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1B9; }
p { color: rgb(203,193,185); }
H1.HeaderClassName
{
color: #CBC1B9;
}
.AnyTagClassName
{
color: #CBC1B9;
}
</style>
background-color css
<style>
a { background-color: #CBC1B9; }
a { background-color: rgb(203,193,185); }
div.DivClassName
{
background-color: #CBC1B9;
}
.BgClassName
{
background-color: #CBC1B9;
}
</style>
border-color css
<style>
span { border-color: #CBC1B9; }
span { border-color: rgb(203,193,185); }
td.TdClassName
{
border-color: #CBC1B9;
}
.TagClassName
{
border-color: #CBC1B9;
}
</style>