Shades of Stark White #CBC0B1
Tints of Stark White #CBC0B1
RGB
CMYK
RGB Variations
Color information
#CBC0B1 (or 0xCBC0B1) is known color: Stark White. HEX triplet: CB, C0 and B1. RGB value is (203,192,177). Sum of RGB (Red+Green+Blue) = 203+192+177=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0B1 is #343F4E. Grayscale: #C1C1C1. Windows color (decimal): -3424079 or 11649227. OLE color: 11649227.
HSL color Cylindrical-coordinate representation of color #CBC0B1: hue angle of 34.62º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC0B1 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 177 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.20 |
| HSL | 34.62º | 0.2% | 0.75% | - |
| HSV(B) | 34.62º | 0.13% | 0.8% | - |
| XYZ | 51.41 | 53.57 | 49.23 | - |
| YUV | 193.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 177 | 0 | 0.05 | 0.13 | 0.20 | 34.62 | 0.2 | 0.75 |
| Hex | CB | C0 | B1 | 0 | 5 | D | 14 | 23 | 14 | 4B |
| Octal | 313 | 300 | 261 | 0 | 5 | 15 | 24 | 43 | 24 | 113 |
| Binary | 11001011 | 11000000 | 10110001 | 0 | 101 | 1101 | 10100 | 100011 | 10100 | 1001011 |
Color Harmonies of #CBC0B1
Complementary color
Monochromatic Colors of #CBC0B1
Black with #CBC0B1
Text Example
Text Example
White with #CBC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0B1; }
p { color: rgb(203,192,177); }
H1.HeaderClassName
{
color: #CBC0B1;
}
.AnyTagClassName
{
color: #CBC0B1;
}
</style>
background-color css
<style>
a { background-color: #CBC0B1; }
a { background-color: rgb(203,192,177); }
div.DivClassName
{
background-color: #CBC0B1;
}
.BgClassName
{
background-color: #CBC0B1;
}
</style>
border-color css
<style>
span { border-color: #CBC0B1; }
span { border-color: rgb(203,192,177); }
td.TdClassName
{
border-color: #CBC0B1;
}
.TagClassName
{
border-color: #CBC0B1;
}
</style>