Shades of Stark White #CFC5BA
Tints of Stark White #CFC5BA
RGB
CMYK
RGB Variations
Color information
#CFC5BA (or 0xCFC5BA) is known color: Stark White. HEX triplet: CF, C5 and BA. RGB value is (207,197,186). Sum of RGB (Red+Green+Blue) = 207+197+186=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5BA is #303A45. Grayscale: #C6C6C6. Windows color (decimal): -3160646 or 12240335. OLE color: 12240335.
HSL color Cylindrical-coordinate representation of color #CFC5BA: hue angle of 31.43º 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 #CFC5BA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 186 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.19 |
| HSL | 31.43º | 0.18% | 0.77% | - |
| HSV(B) | 31.43º | 0.1% | 0.81% | - |
| XYZ | 54.56 | 56.74 | 54.53 | - |
| YUV | 198.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 186 | 0 | 0.05 | 0.10 | 0.19 | 31.43 | 0.18 | 0.77 |
| Hex | CF | C5 | BA | 0 | 5 | A | 13 | 1F | 12 | 4D |
| Octal | 317 | 305 | 272 | 0 | 5 | 12 | 23 | 37 | 22 | 115 |
| Binary | 11001111 | 11000101 | 10111010 | 0 | 101 | 1010 | 10011 | 11111 | 10010 | 1001101 |
Color Harmonies of #CFC5BA
Complementary color
Monochromatic Colors of #CFC5BA
Black with #CFC5BA
Text Example
Text Example
White with #CFC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5BA; }
p { color: rgb(207,197,186); }
H1.HeaderClassName
{
color: #CFC5BA;
}
.AnyTagClassName
{
color: #CFC5BA;
}
</style>
background-color css
<style>
a { background-color: #CFC5BA; }
a { background-color: rgb(207,197,186); }
div.DivClassName
{
background-color: #CFC5BA;
}
.BgClassName
{
background-color: #CFC5BA;
}
</style>
border-color css
<style>
span { border-color: #CFC5BA; }
span { border-color: rgb(207,197,186); }
td.TdClassName
{
border-color: #CFC5BA;
}
.TagClassName
{
border-color: #CFC5BA;
}
</style>