Shades of Stark White #C8C2BB
Tints of Stark White #C8C2BB
RGB
CMYK
RGB Variations
Color information
#C8C2BB (or 0xC8C2BB) is known color: Stark White. HEX triplet: C8, C2 and BB. RGB value is (200,194,187). Sum of RGB (Red+Green+Blue) = 200+194+187=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2BB is #373D44. Grayscale: #C3C3C3. Windows color (decimal): -3620165 or 12305096. OLE color: 12305096.
HSL color Cylindrical-coordinate representation of color #C8C2BB: hue angle of 32.31º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C2BB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 187 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.22 |
| HSL | 32.31º | 0.11% | 0.76% | - |
| HSV(B) | 32.31º | 0.07% | 0.78% | - |
| XYZ | 52.08 | 54.45 | 54.78 | - |
| YUV | 195 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 187 | 0 | 0.03 | 0.06 | 0.22 | 32.31 | 0.11 | 0.76 |
| Hex | C8 | C2 | BB | 0 | 3 | 6 | 16 | 20 | B | 4C |
| Octal | 310 | 302 | 273 | 0 | 3 | 6 | 26 | 40 | 13 | 114 |
| Binary | 11001000 | 11000010 | 10111011 | 0 | 11 | 110 | 10110 | 100000 | 1011 | 1001100 |
Color Harmonies of #C8C2BB
Complementary color
Monochromatic Colors of #C8C2BB
Black with #C8C2BB
Text Example
Text Example
White with #C8C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2BB; }
p { color: rgb(200,194,187); }
H1.HeaderClassName
{
color: #C8C2BB;
}
.AnyTagClassName
{
color: #C8C2BB;
}
</style>
background-color css
<style>
a { background-color: #C8C2BB; }
a { background-color: rgb(200,194,187); }
div.DivClassName
{
background-color: #C8C2BB;
}
.BgClassName
{
background-color: #C8C2BB;
}
</style>
border-color css
<style>
span { border-color: #C8C2BB; }
span { border-color: rgb(200,194,187); }
td.TdClassName
{
border-color: #C8C2BB;
}
.TagClassName
{
border-color: #C8C2BB;
}
</style>