Shades of Stark White #CBC4BD
Tints of Stark White #CBC4BD
RGB
CMYK
RGB Variations
Color information
#CBC4BD (or 0xCBC4BD) is known color: Stark White. HEX triplet: CB, C4 and BD. RGB value is (203,196,189). Sum of RGB (Red+Green+Blue) = 203+196+189=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4BD is #343B42. Grayscale: #C5C5C5. Windows color (decimal): -3423043 or 12436683. OLE color: 12436683.
HSL color Cylindrical-coordinate representation of color #CBC4BD: hue angle of 30º 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 #CBC4BD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 189 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.20 |
| HSL | 30º | 0.12% | 0.77% | - |
| HSV(B) | 30º | 0.07% | 0.8% | - |
| XYZ | 53.55 | 55.85 | 56.1 | - |
| YUV | 197.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 189 | 0 | 0.03 | 0.07 | 0.20 | 30 | 0.12 | 0.77 |
| Hex | CB | C4 | BD | 0 | 3 | 7 | 14 | 1E | C | 4D |
| Octal | 313 | 304 | 275 | 0 | 3 | 7 | 24 | 36 | 14 | 115 |
| Binary | 11001011 | 11000100 | 10111101 | 0 | 11 | 111 | 10100 | 11110 | 1100 | 1001101 |
Color Harmonies of #CBC4BD
Complementary color
Monochromatic Colors of #CBC4BD
Black with #CBC4BD
Text Example
Text Example
White with #CBC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4BD; }
p { color: rgb(203,196,189); }
H1.HeaderClassName
{
color: #CBC4BD;
}
.AnyTagClassName
{
color: #CBC4BD;
}
</style>
background-color css
<style>
a { background-color: #CBC4BD; }
a { background-color: rgb(203,196,189); }
div.DivClassName
{
background-color: #CBC4BD;
}
.BgClassName
{
background-color: #CBC4BD;
}
</style>
border-color css
<style>
span { border-color: #CBC4BD; }
span { border-color: rgb(203,196,189); }
td.TdClassName
{
border-color: #CBC4BD;
}
.TagClassName
{
border-color: #CBC4BD;
}
</style>