Shades of Stark White #CBC5BD
Tints of Stark White #CBC5BD
RGB
CMYK
RGB Variations
Color information
#CBC5BD (or 0xCBC5BD) is known color: Stark White. HEX triplet: CB, C5 and BD. RGB value is (203,197,189). Sum of RGB (Red+Green+Blue) = 203+197+189=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5BD is #343A42. Grayscale: #C5C5C5. Windows color (decimal): -3422787 or 12436939. OLE color: 12436939.
HSL color Cylindrical-coordinate representation of color #CBC5BD: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC5BD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 189 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.20 |
| HSL | 34.29º | 0.12% | 0.77% | - |
| HSV(B) | 34.29º | 0.07% | 0.8% | - |
| XYZ | 53.78 | 56.3 | 56.18 | - |
| YUV | 197.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 189 | 0 | 0.03 | 0.07 | 0.20 | 34.29 | 0.12 | 0.77 |
| Hex | CB | C5 | BD | 0 | 3 | 7 | 14 | 22 | C | 4D |
| Octal | 313 | 305 | 275 | 0 | 3 | 7 | 24 | 42 | 14 | 115 |
| Binary | 11001011 | 11000101 | 10111101 | 0 | 11 | 111 | 10100 | 100010 | 1100 | 1001101 |
Color Harmonies of #CBC5BD
Complementary color
Monochromatic Colors of #CBC5BD
Black with #CBC5BD
Text Example
Text Example
White with #CBC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5BD; }
p { color: rgb(203,197,189); }
H1.HeaderClassName
{
color: #CBC5BD;
}
.AnyTagClassName
{
color: #CBC5BD;
}
</style>
background-color css
<style>
a { background-color: #CBC5BD; }
a { background-color: rgb(203,197,189); }
div.DivClassName
{
background-color: #CBC5BD;
}
.BgClassName
{
background-color: #CBC5BD;
}
</style>
border-color css
<style>
span { border-color: #CBC5BD; }
span { border-color: rgb(203,197,189); }
td.TdClassName
{
border-color: #CBC5BD;
}
.TagClassName
{
border-color: #CBC5BD;
}
</style>