Shades of Stark White #CFC7BC
Tints of Stark White #CFC7BC
RGB
CMYK
RGB Variations
Color information
#CFC7BC (or 0xCFC7BC) is known color: Stark White. HEX triplet: CF, C7 and BC. RGB value is (207,199,188). Sum of RGB (Red+Green+Blue) = 207+199+188=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7BC is #303843. Grayscale: #C8C8C8. Windows color (decimal): -3160132 or 12371919. OLE color: 12371919.
HSL color Cylindrical-coordinate representation of color #CFC7BC: hue angle of 34.74º 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 #CFC7BC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 188 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.19 |
| HSL | 34.74º | 0.17% | 0.77% | - |
| HSV(B) | 34.74º | 0.09% | 0.81% | - |
| XYZ | 55.23 | 57.74 | 55.81 | - |
| YUV | 200.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 188 | 0 | 0.04 | 0.09 | 0.19 | 34.74 | 0.17 | 0.77 |
| Hex | CF | C7 | BC | 0 | 4 | 9 | 13 | 23 | 11 | 4D |
| Octal | 317 | 307 | 274 | 0 | 4 | 11 | 23 | 43 | 21 | 115 |
| Binary | 11001111 | 11000111 | 10111100 | 0 | 100 | 1001 | 10011 | 100011 | 10001 | 1001101 |
Color Harmonies of #CFC7BC
Complementary color
Monochromatic Colors of #CFC7BC
Black with #CFC7BC
Text Example
Text Example
White with #CFC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7BC; }
p { color: rgb(207,199,188); }
H1.HeaderClassName
{
color: #CFC7BC;
}
.AnyTagClassName
{
color: #CFC7BC;
}
</style>
background-color css
<style>
a { background-color: #CFC7BC; }
a { background-color: rgb(207,199,188); }
div.DivClassName
{
background-color: #CFC7BC;
}
.BgClassName
{
background-color: #CFC7BC;
}
</style>
border-color css
<style>
span { border-color: #CFC7BC; }
span { border-color: rgb(207,199,188); }
td.TdClassName
{
border-color: #CFC7BC;
}
.TagClassName
{
border-color: #CFC7BC;
}
</style>