Shades of Stark White #CFC7BB
Tints of Stark White #CFC7BB
RGB
CMYK
RGB Variations
Color information
#CFC7BB (or 0xCFC7BB) is known color: Stark White. HEX triplet: CF, C7 and BB. RGB value is (207,199,187). Sum of RGB (Red+Green+Blue) = 207+199+187=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7BB is #303844. Grayscale: #C8C8C8. Windows color (decimal): -3160133 or 12306383. OLE color: 12306383.
HSL color Cylindrical-coordinate representation of color #CFC7BB: hue angle of 36º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC7BB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 187 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.19 |
| HSL | 36º | 0.17% | 0.77% | - |
| HSV(B) | 36º | 0.1% | 0.81% | - |
| XYZ | 55.13 | 57.7 | 55.25 | - |
| YUV | 200.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 187 | 0 | 0.04 | 0.10 | 0.19 | 36 | 0.17 | 0.77 |
| Hex | CF | C7 | BB | 0 | 4 | A | 13 | 24 | 11 | 4D |
| Octal | 317 | 307 | 273 | 0 | 4 | 12 | 23 | 44 | 21 | 115 |
| Binary | 11001111 | 11000111 | 10111011 | 0 | 100 | 1010 | 10011 | 100100 | 10001 | 1001101 |
Color Harmonies of #CFC7BB
Complementary color
Monochromatic Colors of #CFC7BB
Black with #CFC7BB
Text Example
Text Example
White with #CFC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7BB; }
p { color: rgb(207,199,187); }
H1.HeaderClassName
{
color: #CFC7BB;
}
.AnyTagClassName
{
color: #CFC7BB;
}
</style>
background-color css
<style>
a { background-color: #CFC7BB; }
a { background-color: rgb(207,199,187); }
div.DivClassName
{
background-color: #CFC7BB;
}
.BgClassName
{
background-color: #CFC7BB;
}
</style>
border-color css
<style>
span { border-color: #CFC7BB; }
span { border-color: rgb(207,199,187); }
td.TdClassName
{
border-color: #CFC7BB;
}
.TagClassName
{
border-color: #CFC7BB;
}
</style>