Shades of Stark White #CBC6BD
Tints of Stark White #CBC6BD
RGB
CMYK
RGB Variations
Color information
#CBC6BD (or 0xCBC6BD) is known color: Stark White. HEX triplet: CB, C6 and BD. RGB value is (203,198,189). Sum of RGB (Red+Green+Blue) = 203+198+189=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6BD is #343942. Grayscale: #C6C6C6. Windows color (decimal): -3422531 or 12437195. OLE color: 12437195.
HSL color Cylindrical-coordinate representation of color #CBC6BD: hue angle of 38.57º 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 #CBC6BD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 189 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.20 |
| HSL | 38.57º | 0.12% | 0.77% | - |
| HSV(B) | 38.57º | 0.07% | 0.8% | - |
| XYZ | 54.01 | 56.76 | 56.25 | - |
| YUV | 198.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 189 | 0 | 0.02 | 0.07 | 0.20 | 38.57 | 0.12 | 0.77 |
| Hex | CB | C6 | BD | 0 | 2 | 7 | 14 | 27 | C | 4D |
| Octal | 313 | 306 | 275 | 0 | 2 | 7 | 24 | 47 | 14 | 115 |
| Binary | 11001011 | 11000110 | 10111101 | 0 | 10 | 111 | 10100 | 100111 | 1100 | 1001101 |
Color Harmonies of #CBC6BD
Complementary color
Monochromatic Colors of #CBC6BD
Black with #CBC6BD
Text Example
Text Example
White with #CBC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6BD; }
p { color: rgb(203,198,189); }
H1.HeaderClassName
{
color: #CBC6BD;
}
.AnyTagClassName
{
color: #CBC6BD;
}
</style>
background-color css
<style>
a { background-color: #CBC6BD; }
a { background-color: rgb(203,198,189); }
div.DivClassName
{
background-color: #CBC6BD;
}
.BgClassName
{
background-color: #CBC6BD;
}
</style>
border-color css
<style>
span { border-color: #CBC6BD; }
span { border-color: rgb(203,198,189); }
td.TdClassName
{
border-color: #CBC6BD;
}
.TagClassName
{
border-color: #CBC6BD;
}
</style>