Shades of Stark White #CFC7BD
Tints of Stark White #CFC7BD
RGB
CMYK
RGB Variations
Color information
#CFC7BD (or 0xCFC7BD) is known color: Stark White. HEX triplet: CF, C7 and BD. RGB value is (207,199,189). Sum of RGB (Red+Green+Blue) = 207+199+189=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7BD is #303842. Grayscale: #C8C8C8. Windows color (decimal): -3160131 or 12437455. OLE color: 12437455.
HSL color Cylindrical-coordinate representation of color #CFC7BD: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC7BD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 189 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.19 |
| HSL | 33.33º | 0.16% | 0.78% | - |
| HSV(B) | 33.33º | 0.09% | 0.81% | - |
| XYZ | 55.34 | 57.79 | 56.38 | - |
| YUV | 200.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 189 | 0 | 0.04 | 0.09 | 0.19 | 33.33 | 0.16 | 0.78 |
| Hex | CF | C7 | BD | 0 | 4 | 9 | 13 | 21 | 10 | 4E |
| Octal | 317 | 307 | 275 | 0 | 4 | 11 | 23 | 41 | 20 | 116 |
| Binary | 11001111 | 11000111 | 10111101 | 0 | 100 | 1001 | 10011 | 100001 | 10000 | 1001110 |
Color Harmonies of #CFC7BD
Complementary color
Monochromatic Colors of #CFC7BD
Black with #CFC7BD
Text Example
Text Example
White with #CFC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7BD; }
p { color: rgb(207,199,189); }
H1.HeaderClassName
{
color: #CFC7BD;
}
.AnyTagClassName
{
color: #CFC7BD;
}
</style>
background-color css
<style>
a { background-color: #CFC7BD; }
a { background-color: rgb(207,199,189); }
div.DivClassName
{
background-color: #CFC7BD;
}
.BgClassName
{
background-color: #CFC7BD;
}
</style>
border-color css
<style>
span { border-color: #CFC7BD; }
span { border-color: rgb(207,199,189); }
td.TdClassName
{
border-color: #CFC7BD;
}
.TagClassName
{
border-color: #CFC7BD;
}
</style>