Shades of Stark White #CFC8BD
Tints of Stark White #CFC8BD
RGB
CMYK
RGB Variations
Color information
#CFC8BD (or 0xCFC8BD) is known color: Stark White. HEX triplet: CF, C8 and BD. RGB value is (207,200,189). Sum of RGB (Red+Green+Blue) = 207+200+189=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8BD is #303742. Grayscale: #C8C8C8. Windows color (decimal): -3159875 or 12437711. OLE color: 12437711.
HSL color Cylindrical-coordinate representation of color #CFC8BD: hue angle of 36.67º 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 #CFC8BD is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 189 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.19 |
| HSL | 36.67º | 0.16% | 0.78% | - |
| HSV(B) | 36.67º | 0.09% | 0.81% | - |
| XYZ | 55.57 | 58.25 | 56.46 | - |
| YUV | 200.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 189 | 0 | 0.03 | 0.09 | 0.19 | 36.67 | 0.16 | 0.78 |
| Hex | CF | C8 | BD | 0 | 3 | 9 | 13 | 25 | 10 | 4E |
| Octal | 317 | 310 | 275 | 0 | 3 | 11 | 23 | 45 | 20 | 116 |
| Binary | 11001111 | 11001000 | 10111101 | 0 | 11 | 1001 | 10011 | 100101 | 10000 | 1001110 |
Color Harmonies of #CFC8BD
Complementary color
Monochromatic Colors of #CFC8BD
Black with #CFC8BD
Text Example
Text Example
White with #CFC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8BD; }
p { color: rgb(207,200,189); }
H1.HeaderClassName
{
color: #CFC8BD;
}
.AnyTagClassName
{
color: #CFC8BD;
}
</style>
background-color css
<style>
a { background-color: #CFC8BD; }
a { background-color: rgb(207,200,189); }
div.DivClassName
{
background-color: #CFC8BD;
}
.BgClassName
{
background-color: #CFC8BD;
}
</style>
border-color css
<style>
span { border-color: #CFC8BD; }
span { border-color: rgb(207,200,189); }
td.TdClassName
{
border-color: #CFC8BD;
}
.TagClassName
{
border-color: #CFC8BD;
}
</style>