Shades of Stark White #CFC6BC
Tints of Stark White #CFC6BC
RGB
CMYK
RGB Variations
Color information
#CFC6BC (or 0xCFC6BC) is known color: Stark White. HEX triplet: CF, C6 and BC. RGB value is (207,198,188). Sum of RGB (Red+Green+Blue) = 207+198+188=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6BC is #303943. Grayscale: #C7C7C7. Windows color (decimal): -3160388 or 12371663. OLE color: 12371663.
HSL color Cylindrical-coordinate representation of color #CFC6BC: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC6BC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 188 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.19 |
| HSL | 31.58º | 0.17% | 0.77% | - |
| HSV(B) | 31.58º | 0.09% | 0.81% | - |
| XYZ | 55 | 57.28 | 55.73 | - |
| YUV | 199.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 188 | 0 | 0.04 | 0.09 | 0.19 | 31.58 | 0.17 | 0.77 |
| Hex | CF | C6 | BC | 0 | 4 | 9 | 13 | 20 | 11 | 4D |
| Octal | 317 | 306 | 274 | 0 | 4 | 11 | 23 | 40 | 21 | 115 |
| Binary | 11001111 | 11000110 | 10111100 | 0 | 100 | 1001 | 10011 | 100000 | 10001 | 1001101 |
Color Harmonies of #CFC6BC
Complementary color
Monochromatic Colors of #CFC6BC
Black with #CFC6BC
Text Example
Text Example
White with #CFC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6BC; }
p { color: rgb(207,198,188); }
H1.HeaderClassName
{
color: #CFC6BC;
}
.AnyTagClassName
{
color: #CFC6BC;
}
</style>
background-color css
<style>
a { background-color: #CFC6BC; }
a { background-color: rgb(207,198,188); }
div.DivClassName
{
background-color: #CFC6BC;
}
.BgClassName
{
background-color: #CFC6BC;
}
</style>
border-color css
<style>
span { border-color: #CFC6BC; }
span { border-color: rgb(207,198,188); }
td.TdClassName
{
border-color: #CFC6BC;
}
.TagClassName
{
border-color: #CFC6BC;
}
</style>