Shades of Stark White #CBC0B2
Tints of Stark White #CBC0B2
RGB
CMYK
RGB Variations
Color information
#CBC0B2 (or 0xCBC0B2) is known color: Stark White. HEX triplet: CB, C0 and B2. RGB value is (203,192,178). Sum of RGB (Red+Green+Blue) = 203+192+178=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0B2 is #343F4D. Grayscale: #C1C1C1. Windows color (decimal): -3424078 or 11714763. OLE color: 11714763.
HSL color Cylindrical-coordinate representation of color #CBC0B2: hue angle of 33.6º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC0B2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 178 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.20 |
| HSL | 33.6º | 0.19% | 0.75% | - |
| HSV(B) | 33.6º | 0.12% | 0.8% | - |
| XYZ | 51.51 | 53.61 | 49.75 | - |
| YUV | 193.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 178 | 0 | 0.05 | 0.12 | 0.20 | 33.6 | 0.19 | 0.75 |
| Hex | CB | C0 | B2 | 0 | 5 | C | 14 | 22 | 13 | 4B |
| Octal | 313 | 300 | 262 | 0 | 5 | 14 | 24 | 42 | 23 | 113 |
| Binary | 11001011 | 11000000 | 10110010 | 0 | 101 | 1100 | 10100 | 100010 | 10011 | 1001011 |
Color Harmonies of #CBC0B2
Complementary color
Monochromatic Colors of #CBC0B2
Black with #CBC0B2
Text Example
Text Example
White with #CBC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0B2; }
p { color: rgb(203,192,178); }
H1.HeaderClassName
{
color: #CBC0B2;
}
.AnyTagClassName
{
color: #CBC0B2;
}
</style>
background-color css
<style>
a { background-color: #CBC0B2; }
a { background-color: rgb(203,192,178); }
div.DivClassName
{
background-color: #CBC0B2;
}
.BgClassName
{
background-color: #CBC0B2;
}
</style>
border-color css
<style>
span { border-color: #CBC0B2; }
span { border-color: rgb(203,192,178); }
td.TdClassName
{
border-color: #CBC0B2;
}
.TagClassName
{
border-color: #CBC0B2;
}
</style>