Shades of Stark White #C8BFB5
Tints of Stark White #C8BFB5
RGB
CMYK
RGB Variations
Color information
#C8BFB5 (or 0xC8BFB5) is known color: Stark White. HEX triplet: C8, BF and B5. RGB value is (200,191,181). Sum of RGB (Red+Green+Blue) = 200+191+181=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFB5 is #37404A. Grayscale: #C0C0C0. Windows color (decimal): -3620939 or 11911112. OLE color: 11911112.
HSL color Cylindrical-coordinate representation of color #C8BFB5: hue angle of 31.58º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BFB5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 181 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.22 |
| HSL | 31.58º | 0.15% | 0.75% | - |
| HSV(B) | 31.58º | 0.1% | 0.78% | - |
| XYZ | 50.79 | 52.88 | 51.25 | - |
| YUV | 192.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 181 | 0 | 0.04 | 0.09 | 0.22 | 31.58 | 0.15 | 0.75 |
| Hex | C8 | BF | B5 | 0 | 4 | 9 | 16 | 20 | F | 4B |
| Octal | 310 | 277 | 265 | 0 | 4 | 11 | 26 | 40 | 17 | 113 |
| Binary | 11001000 | 10111111 | 10110101 | 0 | 100 | 1001 | 10110 | 100000 | 1111 | 1001011 |
Color Harmonies of #C8BFB5
Complementary color
Monochromatic Colors of #C8BFB5
Black with #C8BFB5
Text Example
Text Example
White with #C8BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFB5; }
p { color: rgb(200,191,181); }
H1.HeaderClassName
{
color: #C8BFB5;
}
.AnyTagClassName
{
color: #C8BFB5;
}
</style>
background-color css
<style>
a { background-color: #C8BFB5; }
a { background-color: rgb(200,191,181); }
div.DivClassName
{
background-color: #C8BFB5;
}
.BgClassName
{
background-color: #C8BFB5;
}
</style>
border-color css
<style>
span { border-color: #C8BFB5; }
span { border-color: rgb(200,191,181); }
td.TdClassName
{
border-color: #C8BFB5;
}
.TagClassName
{
border-color: #C8BFB5;
}
</style>