Shades of Stark White #CFC6BE
Tints of Stark White #CFC6BE
RGB
CMYK
RGB Variations
Color information
#CFC6BE (or 0xCFC6BE) is known color: Stark White. HEX triplet: CF, C6 and BE. RGB value is (207,198,190). Sum of RGB (Red+Green+Blue) = 207+198+190=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6BE is #303941. Grayscale: #C7C7C7. Windows color (decimal): -3160386 or 12502735. OLE color: 12502735.
HSL color Cylindrical-coordinate representation of color #CFC6BE: hue angle of 28.24º 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 #CFC6BE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 198 | 190 | - |
CMYK | 0 | 0.04 | 0.08 | 0.19 |
HSL | 28.24º | 0.15% | 0.78% | - |
HSV(B) | 28.24º | 0.08% | 0.81% | - |
XYZ | 55.22 | 57.37 | 56.88 | - |
YUV | 199.78 | 122.48 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 198 | 190 | 0 | 0.04 | 0.08 | 0.19 | 28.24 | 0.15 | 0.78 |
Hex | CF | C6 | BE | 0 | 4 | 8 | 13 | 1C | F | 4E |
Octal | 317 | 306 | 276 | 0 | 4 | 10 | 23 | 34 | 17 | 116 |
Binary | 11001111 | 11000110 | 10111110 | 0 | 100 | 1000 | 10011 | 11100 | 1111 | 1001110 |
Color Harmonies of #CFC6BE
Complementary color
Monochromatic Colors of #CFC6BE
Black with #CFC6BE
Text Example
Text Example
White with #CFC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6BE; }
p { color: rgb(207,198,190); }
H1.HeaderClassName
{
color: #CFC6BE;
}
.AnyTagClassName
{
color: #CFC6BE;
}
</style>
background-color css
<style>
a { background-color: #CFC6BE; }
a { background-color: rgb(207,198,190); }
div.DivClassName
{
background-color: #CFC6BE;
}
.BgClassName
{
background-color: #CFC6BE;
}
</style>
border-color css
<style>
span { border-color: #CFC6BE; }
span { border-color: rgb(207,198,190); }
td.TdClassName
{
border-color: #CFC6BE;
}
.TagClassName
{
border-color: #CFC6BE;
}
</style>