Shades of Stark White #CFC4BA
Tints of Stark White #CFC4BA
RGB
CMYK
RGB Variations
Color information
#CFC4BA (or 0xCFC4BA) is known color: Stark White. HEX triplet: CF, C4 and BA. RGB value is (207,196,186). Sum of RGB (Red+Green+Blue) = 207+196+186=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4BA is #303B45. Grayscale: #C6C6C6. Windows color (decimal): -3160902 or 12240079. OLE color: 12240079.
HSL color Cylindrical-coordinate representation of color #CFC4BA: hue angle of 28.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC4BA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 186 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.19 |
| HSL | 28.57º | 0.18% | 0.77% | - |
| HSV(B) | 28.57º | 0.1% | 0.81% | - |
| XYZ | 54.33 | 56.29 | 54.46 | - |
| YUV | 198.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 186 | 0 | 0.05 | 0.10 | 0.19 | 28.57 | 0.18 | 0.77 |
| Hex | CF | C4 | BA | 0 | 5 | A | 13 | 1D | 12 | 4D |
| Octal | 317 | 304 | 272 | 0 | 5 | 12 | 23 | 35 | 22 | 115 |
| Binary | 11001111 | 11000100 | 10111010 | 0 | 101 | 1010 | 10011 | 11101 | 10010 | 1001101 |
Color Harmonies of #CFC4BA
Complementary color
Monochromatic Colors of #CFC4BA
Black with #CFC4BA
Text Example
Text Example
White with #CFC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4BA; }
p { color: rgb(207,196,186); }
H1.HeaderClassName
{
color: #CFC4BA;
}
.AnyTagClassName
{
color: #CFC4BA;
}
</style>
background-color css
<style>
a { background-color: #CFC4BA; }
a { background-color: rgb(207,196,186); }
div.DivClassName
{
background-color: #CFC4BA;
}
.BgClassName
{
background-color: #CFC4BA;
}
</style>
border-color css
<style>
span { border-color: #CFC4BA; }
span { border-color: rgb(207,196,186); }
td.TdClassName
{
border-color: #CFC4BA;
}
.TagClassName
{
border-color: #CFC4BA;
}
</style>