Shades of Stark White #CBC0B5
Tints of Stark White #CBC0B5
RGB
CMYK
RGB Variations
Color information
#CBC0B5 (or 0xCBC0B5) is known color: Stark White. HEX triplet: CB, C0 and B5. RGB value is (203,192,181). Sum of RGB (Red+Green+Blue) = 203+192+181=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0B5 is #343F4A. Grayscale: #C2C2C2. Windows color (decimal): -3424075 or 11911371. OLE color: 11911371.
HSL color Cylindrical-coordinate representation of color #CBC0B5: hue angle of 30º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC0B5 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 181 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.20 |
| HSL | 30º | 0.17% | 0.75% | - |
| HSV(B) | 30º | 0.11% | 0.8% | - |
| XYZ | 51.82 | 53.73 | 51.36 | - |
| YUV | 194.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 181 | 0 | 0.05 | 0.11 | 0.20 | 30 | 0.17 | 0.75 |
| Hex | CB | C0 | B5 | 0 | 5 | B | 14 | 1E | 11 | 4B |
| Octal | 313 | 300 | 265 | 0 | 5 | 13 | 24 | 36 | 21 | 113 |
| Binary | 11001011 | 11000000 | 10110101 | 0 | 101 | 1011 | 10100 | 11110 | 10001 | 1001011 |
Color Harmonies of #CBC0B5
Complementary color
Monochromatic Colors of #CBC0B5
Black with #CBC0B5
Text Example
Text Example
White with #CBC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0B5; }
p { color: rgb(203,192,181); }
H1.HeaderClassName
{
color: #CBC0B5;
}
.AnyTagClassName
{
color: #CBC0B5;
}
</style>
background-color css
<style>
a { background-color: #CBC0B5; }
a { background-color: rgb(203,192,181); }
div.DivClassName
{
background-color: #CBC0B5;
}
.BgClassName
{
background-color: #CBC0B5;
}
</style>
border-color css
<style>
span { border-color: #CBC0B5; }
span { border-color: rgb(203,192,181); }
td.TdClassName
{
border-color: #CBC0B5;
}
.TagClassName
{
border-color: #CBC0B5;
}
</style>