Shades of Stark White #CEC7C0
Tints of Stark White #CEC7C0
RGB
CMYK
RGB Variations
Color information
#CEC7C0 (or 0xCEC7C0) is known color: Stark White. HEX triplet: CE, C7 and C0. RGB value is (206,199,192). Sum of RGB (Red+Green+Blue) = 206+199+192=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7C0 is #31383F. Grayscale: #C8C8C8. Windows color (decimal): -3225664 or 12634062. OLE color: 12634062.
HSL color Cylindrical-coordinate representation of color #CEC7C0: hue angle of 30º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC7C0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 192 | - |
CMYK | 0 | 0.03 | 0.07 | 0.19 |
HSL | 30º | 0.13% | 0.78% | - |
HSV(B) | 30º | 0.07% | 0.81% | - |
XYZ | 55.39 | 57.77 | 58.1 | - |
YUV | 200.3 | 123.32 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 192 | 0 | 0.03 | 0.07 | 0.19 | 30 | 0.13 | 0.78 |
Hex | CE | C7 | C0 | 0 | 3 | 7 | 13 | 1E | C | 4E |
Octal | 316 | 307 | 300 | 0 | 3 | 7 | 23 | 36 | 14 | 116 |
Binary | 11001110 | 11000111 | 11000000 | 0 | 11 | 111 | 10011 | 11110 | 1100 | 1001110 |
Color Harmonies of #CEC7C0
Complementary color
Monochromatic Colors of #CEC7C0
Black with #CEC7C0
Text Example
Text Example
White with #CEC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7C0; }
p { color: rgb(206,199,192); }
H1.HeaderClassName
{
color: #CEC7C0;
}
.AnyTagClassName
{
color: #CEC7C0;
}
</style>
background-color css
<style>
a { background-color: #CEC7C0; }
a { background-color: rgb(206,199,192); }
div.DivClassName
{
background-color: #CEC7C0;
}
.BgClassName
{
background-color: #CEC7C0;
}
</style>
border-color css
<style>
span { border-color: #CEC7C0; }
span { border-color: rgb(206,199,192); }
td.TdClassName
{
border-color: #CEC7C0;
}
.TagClassName
{
border-color: #CEC7C0;
}
</style>