Shades of Stark White #CFC5BD
Tints of Stark White #CFC5BD
RGB
CMYK
RGB Variations
Color information
#CFC5BD (or 0xCFC5BD) is known color: Stark White. HEX triplet: CF, C5 and BD. RGB value is (207,197,189). Sum of RGB (Red+Green+Blue) = 207+197+189=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5BD is #303A42. Grayscale: #C7C7C7. Windows color (decimal): -3160643 or 12436943. OLE color: 12436943.
HSL color Cylindrical-coordinate representation of color #CFC5BD: hue angle of 26.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 #CFC5BD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 189 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.19 |
| HSL | 26.67º | 0.16% | 0.78% | - |
| HSV(B) | 26.67º | 0.09% | 0.81% | - |
| XYZ | 54.88 | 56.87 | 56.23 | - |
| YUV | 199.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 189 | 0 | 0.05 | 0.09 | 0.19 | 26.67 | 0.16 | 0.78 |
| Hex | CF | C5 | BD | 0 | 5 | 9 | 13 | 1B | 10 | 4E |
| Octal | 317 | 305 | 275 | 0 | 5 | 11 | 23 | 33 | 20 | 116 |
| Binary | 11001111 | 11000101 | 10111101 | 0 | 101 | 1001 | 10011 | 11011 | 10000 | 1001110 |
Color Harmonies of #CFC5BD
Complementary color
Monochromatic Colors of #CFC5BD
Black with #CFC5BD
Text Example
Text Example
White with #CFC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5BD; }
p { color: rgb(207,197,189); }
H1.HeaderClassName
{
color: #CFC5BD;
}
.AnyTagClassName
{
color: #CFC5BD;
}
</style>
background-color css
<style>
a { background-color: #CFC5BD; }
a { background-color: rgb(207,197,189); }
div.DivClassName
{
background-color: #CFC5BD;
}
.BgClassName
{
background-color: #CFC5BD;
}
</style>
border-color css
<style>
span { border-color: #CFC5BD; }
span { border-color: rgb(207,197,189); }
td.TdClassName
{
border-color: #CFC5BD;
}
.TagClassName
{
border-color: #CFC5BD;
}
</style>