Shades of Stark White #CFC7B7
Tints of Stark White #CFC7B7
RGB
CMYK
RGB Variations
Color information
#CFC7B7 (or 0xCFC7B7) is known color: Stark White. HEX triplet: CF, C7 and B7. RGB value is (207,199,183). Sum of RGB (Red+Green+Blue) = 207+199+183=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7B7 is #303848. Grayscale: #C7C7C7. Windows color (decimal): -3160137 or 12044239. OLE color: 12044239.
HSL color Cylindrical-coordinate representation of color #CFC7B7: hue angle of 40º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC7B7 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 183 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.19 |
| HSL | 40º | 0.2% | 0.76% | - |
| HSV(B) | 40º | 0.12% | 0.81% | - |
| XYZ | 54.7 | 57.53 | 53.02 | - |
| YUV | 199.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 183 | 0 | 0.04 | 0.12 | 0.19 | 40 | 0.2 | 0.76 |
| Hex | CF | C7 | B7 | 0 | 4 | C | 13 | 28 | 14 | 4C |
| Octal | 317 | 307 | 267 | 0 | 4 | 14 | 23 | 50 | 24 | 114 |
| Binary | 11001111 | 11000111 | 10110111 | 0 | 100 | 1100 | 10011 | 101000 | 10100 | 1001100 |
Color Harmonies of #CFC7B7
Complementary color
Monochromatic Colors of #CFC7B7
Black with #CFC7B7
Text Example
Text Example
White with #CFC7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7B7; }
p { color: rgb(207,199,183); }
H1.HeaderClassName
{
color: #CFC7B7;
}
.AnyTagClassName
{
color: #CFC7B7;
}
</style>
background-color css
<style>
a { background-color: #CFC7B7; }
a { background-color: rgb(207,199,183); }
div.DivClassName
{
background-color: #CFC7B7;
}
.BgClassName
{
background-color: #CFC7B7;
}
</style>
border-color css
<style>
span { border-color: #CFC7B7; }
span { border-color: rgb(207,199,183); }
td.TdClassName
{
border-color: #CFC7B7;
}
.TagClassName
{
border-color: #CFC7B7;
}
</style>