Shades of Stark White #CEC0AF
Tints of Stark White #CEC0AF
RGB
CMYK
RGB Variations
Color information
#CEC0AF (or 0xCEC0AF) is known color: Stark White. HEX triplet: CE, C0 and AF. RGB value is (206,192,175). Sum of RGB (Red+Green+Blue) = 206+192+175=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0AF is #313F50. Grayscale: #C2C2C2. Windows color (decimal): -3227473 or 11518158. OLE color: 11518158.
HSL color Cylindrical-coordinate representation of color #CEC0AF: hue angle of 32.9º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC0AF is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 175 | - |
CMYK | 0 | 0.07 | 0.15 | 0.19 |
HSL | 32.9º | 0.24% | 0.75% | - |
HSV(B) | 32.9º | 0.15% | 0.81% | - |
XYZ | 52.04 | 53.92 | 48.22 | - |
YUV | 194.25 | 117.14 | 136.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 175 | 0 | 0.07 | 0.15 | 0.19 | 32.9 | 0.24 | 0.75 |
Hex | CE | C0 | AF | 0 | 7 | F | 13 | 21 | 18 | 4B |
Octal | 316 | 300 | 257 | 0 | 7 | 17 | 23 | 41 | 30 | 113 |
Binary | 11001110 | 11000000 | 10101111 | 0 | 111 | 1111 | 10011 | 100001 | 11000 | 1001011 |
Color Harmonies of #CEC0AF
Complementary color
Monochromatic Colors of #CEC0AF
Black with #CEC0AF
Text Example
Text Example
White with #CEC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0AF; }
p { color: rgb(206,192,175); }
H1.HeaderClassName
{
color: #CEC0AF;
}
.AnyTagClassName
{
color: #CEC0AF;
}
</style>
background-color css
<style>
a { background-color: #CEC0AF; }
a { background-color: rgb(206,192,175); }
div.DivClassName
{
background-color: #CEC0AF;
}
.BgClassName
{
background-color: #CEC0AF;
}
</style>
border-color css
<style>
span { border-color: #CEC0AF; }
span { border-color: rgb(206,192,175); }
td.TdClassName
{
border-color: #CEC0AF;
}
.TagClassName
{
border-color: #CEC0AF;
}
</style>