Shades of Stark White #CEC0B4
Tints of Stark White #CEC0B4
RGB
CMYK
RGB Variations
Color information
#CEC0B4 (or 0xCEC0B4) is known color: Stark White. HEX triplet: CE, C0 and B4. RGB value is (206,192,180). Sum of RGB (Red+Green+Blue) = 206+192+180=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B4 is #313F4B. Grayscale: #C2C2C2. Windows color (decimal): -3227468 or 11845838. OLE color: 11845838.
HSL color Cylindrical-coordinate representation of color #CEC0B4: hue angle of 27.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC0B4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 180 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.19 |
| HSL | 27.69º | 0.21% | 0.76% | - |
| HSV(B) | 27.69º | 0.13% | 0.81% | - |
| XYZ | 52.54 | 54.12 | 50.86 | - |
| YUV | 194.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 180 | 0 | 0.07 | 0.13 | 0.19 | 27.69 | 0.21 | 0.76 |
| Hex | CE | C0 | B4 | 0 | 7 | D | 13 | 1C | 15 | 4C |
| Octal | 316 | 300 | 264 | 0 | 7 | 15 | 23 | 34 | 25 | 114 |
| Binary | 11001110 | 11000000 | 10110100 | 0 | 111 | 1101 | 10011 | 11100 | 10101 | 1001100 |
Color Harmonies of #CEC0B4
Complementary color
Monochromatic Colors of #CEC0B4
Black with #CEC0B4
Text Example
Text Example
White with #CEC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0B4; }
p { color: rgb(206,192,180); }
H1.HeaderClassName
{
color: #CEC0B4;
}
.AnyTagClassName
{
color: #CEC0B4;
}
</style>
background-color css
<style>
a { background-color: #CEC0B4; }
a { background-color: rgb(206,192,180); }
div.DivClassName
{
background-color: #CEC0B4;
}
.BgClassName
{
background-color: #CEC0B4;
}
</style>
border-color css
<style>
span { border-color: #CEC0B4; }
span { border-color: rgb(206,192,180); }
td.TdClassName
{
border-color: #CEC0B4;
}
.TagClassName
{
border-color: #CEC0B4;
}
</style>