Shades of Stark White #CBC6BE
Tints of Stark White #CBC6BE
RGB
CMYK
RGB Variations
Color information
#CBC6BE (or 0xCBC6BE) is known color: Stark White. HEX triplet: CB, C6 and BE. RGB value is (203,198,190). Sum of RGB (Red+Green+Blue) = 203+198+190=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6BE is #343941. Grayscale: #C6C6C6. Windows color (decimal): -3422530 or 12502731. OLE color: 12502731.
HSL color Cylindrical-coordinate representation of color #CBC6BE: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC6BE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 190 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.20 |
| HSL | 36.92º | 0.11% | 0.77% | - |
| HSV(B) | 36.92º | 0.06% | 0.8% | - |
| XYZ | 54.12 | 56.8 | 56.83 | - |
| YUV | 198.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 190 | 0 | 0.02 | 0.06 | 0.20 | 36.92 | 0.11 | 0.77 |
| Hex | CB | C6 | BE | 0 | 2 | 6 | 14 | 25 | B | 4D |
| Octal | 313 | 306 | 276 | 0 | 2 | 6 | 24 | 45 | 13 | 115 |
| Binary | 11001011 | 11000110 | 10111110 | 0 | 10 | 110 | 10100 | 100101 | 1011 | 1001101 |
Color Harmonies of #CBC6BE
Complementary color
Monochromatic Colors of #CBC6BE
Black with #CBC6BE
Text Example
Text Example
White with #CBC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6BE; }
p { color: rgb(203,198,190); }
H1.HeaderClassName
{
color: #CBC6BE;
}
.AnyTagClassName
{
color: #CBC6BE;
}
</style>
background-color css
<style>
a { background-color: #CBC6BE; }
a { background-color: rgb(203,198,190); }
div.DivClassName
{
background-color: #CBC6BE;
}
.BgClassName
{
background-color: #CBC6BE;
}
</style>
border-color css
<style>
span { border-color: #CBC6BE; }
span { border-color: rgb(203,198,190); }
td.TdClassName
{
border-color: #CBC6BE;
}
.TagClassName
{
border-color: #CBC6BE;
}
</style>