Shades of Stark White #C9BFB5
Tints of Stark White #C9BFB5
RGB
CMYK
RGB Variations
Color information
#C9BFB5 (or 0xC9BFB5) is known color: Stark White. HEX triplet: C9, BF and B5. RGB value is (201,191,181). Sum of RGB (Red+Green+Blue) = 201+191+181=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFB5 is #36404A. Grayscale: #C0C0C0. Windows color (decimal): -3555403 or 11911113. OLE color: 11911113.
HSL color Cylindrical-coordinate representation of color #C9BFB5: hue angle of 30º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BFB5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 181 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.21 |
| HSL | 30º | 0.16% | 0.75% | - |
| HSV(B) | 30º | 0.1% | 0.79% | - |
| XYZ | 51.06 | 53.02 | 51.26 | - |
| YUV | 192.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 181 | 0 | 0.05 | 0.10 | 0.21 | 30 | 0.16 | 0.75 |
| Hex | C9 | BF | B5 | 0 | 5 | A | 15 | 1E | 10 | 4B |
| Octal | 311 | 277 | 265 | 0 | 5 | 12 | 25 | 36 | 20 | 113 |
| Binary | 11001001 | 10111111 | 10110101 | 0 | 101 | 1010 | 10101 | 11110 | 10000 | 1001011 |
Color Harmonies of #C9BFB5
Complementary color
Monochromatic Colors of #C9BFB5
Black with #C9BFB5
Text Example
Text Example
White with #C9BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFB5; }
p { color: rgb(201,191,181); }
H1.HeaderClassName
{
color: #C9BFB5;
}
.AnyTagClassName
{
color: #C9BFB5;
}
</style>
background-color css
<style>
a { background-color: #C9BFB5; }
a { background-color: rgb(201,191,181); }
div.DivClassName
{
background-color: #C9BFB5;
}
.BgClassName
{
background-color: #C9BFB5;
}
</style>
border-color css
<style>
span { border-color: #C9BFB5; }
span { border-color: rgb(201,191,181); }
td.TdClassName
{
border-color: #C9BFB5;
}
.TagClassName
{
border-color: #C9BFB5;
}
</style>