Shades of Stark White #CFC7BE
Tints of Stark White #CFC7BE
RGB
CMYK
RGB Variations
Color information
#CFC7BE (or 0xCFC7BE) is known color: Stark White. HEX triplet: CF, C7 and BE. RGB value is (207,199,190). Sum of RGB (Red+Green+Blue) = 207+199+190=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7BE is #303841. Grayscale: #C8C8C8. Windows color (decimal): -3160130 or 12502991. OLE color: 12502991.
HSL color Cylindrical-coordinate representation of color #CFC7BE: hue angle of 31.76º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC7BE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 199 | 190 | - |
CMYK | 0 | 0.04 | 0.08 | 0.19 |
HSL | 31.76º | 0.15% | 0.78% | - |
HSV(B) | 31.76º | 0.08% | 0.81% | - |
XYZ | 55.45 | 57.83 | 56.95 | - |
YUV | 200.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 190 | 0 | 0.04 | 0.08 | 0.19 | 31.76 | 0.15 | 0.78 |
Hex | CF | C7 | BE | 0 | 4 | 8 | 13 | 20 | F | 4E |
Octal | 317 | 307 | 276 | 0 | 4 | 10 | 23 | 40 | 17 | 116 |
Binary | 11001111 | 11000111 | 10111110 | 0 | 100 | 1000 | 10011 | 100000 | 1111 | 1001110 |
Color Harmonies of #CFC7BE
Complementary color
Monochromatic Colors of #CFC7BE
Black with #CFC7BE
Text Example
Text Example
White with #CFC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7BE; }
p { color: rgb(207,199,190); }
H1.HeaderClassName
{
color: #CFC7BE;
}
.AnyTagClassName
{
color: #CFC7BE;
}
</style>
background-color css
<style>
a { background-color: #CFC7BE; }
a { background-color: rgb(207,199,190); }
div.DivClassName
{
background-color: #CFC7BE;
}
.BgClassName
{
background-color: #CFC7BE;
}
</style>
border-color css
<style>
span { border-color: #CFC7BE; }
span { border-color: rgb(207,199,190); }
td.TdClassName
{
border-color: #CFC7BE;
}
.TagClassName
{
border-color: #CFC7BE;
}
</style>