Shades of Stark White #CBC5BF
Tints of Stark White #CBC5BF
RGB
CMYK
RGB Variations
Color information
#CBC5BF (or 0xCBC5BF) is known color: Stark White. HEX triplet: CB, C5 and BF. RGB value is (203,197,191). Sum of RGB (Red+Green+Blue) = 203+197+191=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5BF is #343A40. Grayscale: #C6C6C6. Windows color (decimal): -3422785 or 12568011. OLE color: 12568011.
HSL color Cylindrical-coordinate representation of color #CBC5BF: hue angle of 30º degrees, saturation: 0.1, 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 #CBC5BF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 191 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.20 |
| HSL | 30º | 0.1% | 0.77% | - |
| HSV(B) | 30º | 0.06% | 0.8% | - |
| XYZ | 54 | 56.39 | 57.33 | - |
| YUV | 198.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 191 | 0 | 0.03 | 0.06 | 0.20 | 30 | 0.1 | 0.77 |
| Hex | CB | C5 | BF | 0 | 3 | 6 | 14 | 1E | A | 4D |
| Octal | 313 | 305 | 277 | 0 | 3 | 6 | 24 | 36 | 12 | 115 |
| Binary | 11001011 | 11000101 | 10111111 | 0 | 11 | 110 | 10100 | 11110 | 1010 | 1001101 |
Color Harmonies of #CBC5BF
Complementary color
Monochromatic Colors of #CBC5BF
Black with #CBC5BF
Text Example
Text Example
White with #CBC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5BF; }
p { color: rgb(203,197,191); }
H1.HeaderClassName
{
color: #CBC5BF;
}
.AnyTagClassName
{
color: #CBC5BF;
}
</style>
background-color css
<style>
a { background-color: #CBC5BF; }
a { background-color: rgb(203,197,191); }
div.DivClassName
{
background-color: #CBC5BF;
}
.BgClassName
{
background-color: #CBC5BF;
}
</style>
border-color css
<style>
span { border-color: #CBC5BF; }
span { border-color: rgb(203,197,191); }
td.TdClassName
{
border-color: #CBC5BF;
}
.TagClassName
{
border-color: #CBC5BF;
}
</style>