Shades of Stark White #CBC0B6
Tints of Stark White #CBC0B6
RGB
CMYK
RGB Variations
Color information
#CBC0B6 (or 0xCBC0B6) is known color: Stark White. HEX triplet: CB, C0 and B6. RGB value is (203,192,182). Sum of RGB (Red+Green+Blue) = 203+192+182=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0B6 is #343F49. Grayscale: #C2C2C2. Windows color (decimal): -3424074 or 11976907. OLE color: 11976907.
HSL color Cylindrical-coordinate representation of color #CBC0B6: hue angle of 28.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC0B6 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 192 | 182 | - |
CMYK | 0 | 0.05 | 0.10 | 0.20 |
HSL | 28.57º | 0.17% | 0.75% | - |
HSV(B) | 28.57º | 0.1% | 0.8% | - |
XYZ | 51.92 | 53.77 | 51.9 | - |
YUV | 194.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 192 | 182 | 0 | 0.05 | 0.10 | 0.20 | 28.57 | 0.17 | 0.75 |
Hex | CB | C0 | B6 | 0 | 5 | A | 14 | 1D | 11 | 4B |
Octal | 313 | 300 | 266 | 0 | 5 | 12 | 24 | 35 | 21 | 113 |
Binary | 11001011 | 11000000 | 10110110 | 0 | 101 | 1010 | 10100 | 11101 | 10001 | 1001011 |
Color Harmonies of #CBC0B6
Complementary color
Monochromatic Colors of #CBC0B6
Black with #CBC0B6
Text Example
Text Example
White with #CBC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0B6; }
p { color: rgb(203,192,182); }
H1.HeaderClassName
{
color: #CBC0B6;
}
.AnyTagClassName
{
color: #CBC0B6;
}
</style>
background-color css
<style>
a { background-color: #CBC0B6; }
a { background-color: rgb(203,192,182); }
div.DivClassName
{
background-color: #CBC0B6;
}
.BgClassName
{
background-color: #CBC0B6;
}
</style>
border-color css
<style>
span { border-color: #CBC0B6; }
span { border-color: rgb(203,192,182); }
td.TdClassName
{
border-color: #CBC0B6;
}
.TagClassName
{
border-color: #CBC0B6;
}
</style>