Shades of Stark White #CFBFB1
Tints of Stark White #CFBFB1
RGB
CMYK
RGB Variations
Color information
#CFBFB1 (or 0xCFBFB1) is known color: Stark White. HEX triplet: CF, BF and B1. RGB value is (207,191,177). Sum of RGB (Red+Green+Blue) = 207+191+177=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFB1 is #30404E. Grayscale: #C2C2C2. Windows color (decimal): -3162191 or 11648975. OLE color: 11648975.
HSL color Cylindrical-coordinate representation of color #CFBFB1: hue angle of 28º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBFB1 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 177 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.19 |
| HSL | 28º | 0.24% | 0.75% | - |
| HSV(B) | 28º | 0.14% | 0.81% | - |
| XYZ | 52.3 | 53.7 | 49.2 | - |
| YUV | 194.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 177 | 0 | 0.08 | 0.14 | 0.19 | 28 | 0.24 | 0.75 |
| Hex | CF | BF | B1 | 0 | 8 | E | 13 | 1C | 18 | 4B |
| Octal | 317 | 277 | 261 | 0 | 10 | 16 | 23 | 34 | 30 | 113 |
| Binary | 11001111 | 10111111 | 10110001 | 0 | 1000 | 1110 | 10011 | 11100 | 11000 | 1001011 |
Color Harmonies of #CFBFB1
Complementary color
Monochromatic Colors of #CFBFB1
Black with #CFBFB1
Text Example
Text Example
White with #CFBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFB1; }
p { color: rgb(207,191,177); }
H1.HeaderClassName
{
color: #CFBFB1;
}
.AnyTagClassName
{
color: #CFBFB1;
}
</style>
background-color css
<style>
a { background-color: #CFBFB1; }
a { background-color: rgb(207,191,177); }
div.DivClassName
{
background-color: #CFBFB1;
}
.BgClassName
{
background-color: #CFBFB1;
}
</style>
border-color css
<style>
span { border-color: #CFBFB1; }
span { border-color: rgb(207,191,177); }
td.TdClassName
{
border-color: #CFBFB1;
}
.TagClassName
{
border-color: #CFBFB1;
}
</style>