Shades of Stark White #CBC5BE
Tints of Stark White #CBC5BE
RGB
CMYK
RGB Variations
Color information
#CBC5BE (or 0xCBC5BE) is known color: Stark White. HEX triplet: CB, C5 and BE. RGB value is (203,197,190). Sum of RGB (Red+Green+Blue) = 203+197+190=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5BE is #343A41. Grayscale: #C6C6C6. Windows color (decimal): -3422786 or 12502475. OLE color: 12502475.
HSL color Cylindrical-coordinate representation of color #CBC5BE: hue angle of 32.31º 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 #CBC5BE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 190 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.20 |
| HSL | 32.31º | 0.11% | 0.77% | - |
| HSV(B) | 32.31º | 0.06% | 0.8% | - |
| XYZ | 53.89 | 56.35 | 56.75 | - |
| YUV | 198 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 190 | 0 | 0.03 | 0.06 | 0.20 | 32.31 | 0.11 | 0.77 |
| Hex | CB | C5 | BE | 0 | 3 | 6 | 14 | 20 | B | 4D |
| Octal | 313 | 305 | 276 | 0 | 3 | 6 | 24 | 40 | 13 | 115 |
| Binary | 11001011 | 11000101 | 10111110 | 0 | 11 | 110 | 10100 | 100000 | 1011 | 1001101 |
Color Harmonies of #CBC5BE
Complementary color
Monochromatic Colors of #CBC5BE
Black with #CBC5BE
Text Example
Text Example
White with #CBC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5BE; }
p { color: rgb(203,197,190); }
H1.HeaderClassName
{
color: #CBC5BE;
}
.AnyTagClassName
{
color: #CBC5BE;
}
</style>
background-color css
<style>
a { background-color: #CBC5BE; }
a { background-color: rgb(203,197,190); }
div.DivClassName
{
background-color: #CBC5BE;
}
.BgClassName
{
background-color: #CBC5BE;
}
</style>
border-color css
<style>
span { border-color: #CBC5BE; }
span { border-color: rgb(203,197,190); }
td.TdClassName
{
border-color: #CBC5BE;
}
.TagClassName
{
border-color: #CBC5BE;
}
</style>