Shades of Stark White #CFC4BB
Tints of Stark White #CFC4BB
RGB
CMYK
RGB Variations
Color information
#CFC4BB (or 0xCFC4BB) is known color: Stark White. HEX triplet: CF, C4 and BB. RGB value is (207,196,187). Sum of RGB (Red+Green+Blue) = 207+196+187=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4BB is #303B44. Grayscale: #C6C6C6. Windows color (decimal): -3160901 or 12305615. OLE color: 12305615.
HSL color Cylindrical-coordinate representation of color #CFC4BB: hue angle of 27º degrees, saturation: 0.17, 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 #CFC4BB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 187 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.19 |
| HSL | 27º | 0.17% | 0.77% | - |
| HSV(B) | 27º | 0.1% | 0.81% | - |
| XYZ | 54.44 | 56.33 | 55.02 | - |
| YUV | 198.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 187 | 0 | 0.05 | 0.10 | 0.19 | 27 | 0.17 | 0.77 |
| Hex | CF | C4 | BB | 0 | 5 | A | 13 | 1B | 11 | 4D |
| Octal | 317 | 304 | 273 | 0 | 5 | 12 | 23 | 33 | 21 | 115 |
| Binary | 11001111 | 11000100 | 10111011 | 0 | 101 | 1010 | 10011 | 11011 | 10001 | 1001101 |
Color Harmonies of #CFC4BB
Complementary color
Monochromatic Colors of #CFC4BB
Black with #CFC4BB
Text Example
Text Example
White with #CFC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4BB; }
p { color: rgb(207,196,187); }
H1.HeaderClassName
{
color: #CFC4BB;
}
.AnyTagClassName
{
color: #CFC4BB;
}
</style>
background-color css
<style>
a { background-color: #CFC4BB; }
a { background-color: rgb(207,196,187); }
div.DivClassName
{
background-color: #CFC4BB;
}
.BgClassName
{
background-color: #CFC4BB;
}
</style>
border-color css
<style>
span { border-color: #CFC4BB; }
span { border-color: rgb(207,196,187); }
td.TdClassName
{
border-color: #CFC4BB;
}
.TagClassName
{
border-color: #CFC4BB;
}
</style>