Shades of Stark White #CFC8BE
Tints of Stark White #CFC8BE
RGB
CMYK
RGB Variations
Color information
#CFC8BE (or 0xCFC8BE) is known color: Stark White. HEX triplet: CF, C8 and BE. RGB value is (207,200,190). Sum of RGB (Red+Green+Blue) = 207+200+190=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8BE is #303741. Grayscale: #C9C9C9. Windows color (decimal): -3159874 or 12503247. OLE color: 12503247.
HSL color Cylindrical-coordinate representation of color #CFC8BE: hue angle of 35.29º 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 #CFC8BE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 190 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.19 |
| HSL | 35.29º | 0.15% | 0.78% | - |
| HSV(B) | 35.29º | 0.08% | 0.81% | - |
| XYZ | 55.68 | 58.29 | 57.03 | - |
| YUV | 200.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 190 | 0 | 0.03 | 0.08 | 0.19 | 35.29 | 0.15 | 0.78 |
| Hex | CF | C8 | BE | 0 | 3 | 8 | 13 | 23 | F | 4E |
| Octal | 317 | 310 | 276 | 0 | 3 | 10 | 23 | 43 | 17 | 116 |
| Binary | 11001111 | 11001000 | 10111110 | 0 | 11 | 1000 | 10011 | 100011 | 1111 | 1001110 |
Color Harmonies of #CFC8BE
Complementary color
Monochromatic Colors of #CFC8BE
Black with #CFC8BE
Text Example
Text Example
White with #CFC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8BE; }
p { color: rgb(207,200,190); }
H1.HeaderClassName
{
color: #CFC8BE;
}
.AnyTagClassName
{
color: #CFC8BE;
}
</style>
background-color css
<style>
a { background-color: #CFC8BE; }
a { background-color: rgb(207,200,190); }
div.DivClassName
{
background-color: #CFC8BE;
}
.BgClassName
{
background-color: #CFC8BE;
}
</style>
border-color css
<style>
span { border-color: #CFC8BE; }
span { border-color: rgb(207,200,190); }
td.TdClassName
{
border-color: #CFC8BE;
}
.TagClassName
{
border-color: #CFC8BE;
}
</style>