Shades of Stark White #C9C2BA
Tints of Stark White #C9C2BA
RGB
CMYK
RGB Variations
Color information
#C9C2BA (or 0xC9C2BA) is known color: Stark White. HEX triplet: C9, C2 and BA. RGB value is (201,194,186). Sum of RGB (Red+Green+Blue) = 201+194+186=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2BA is #363D45. Grayscale: #C3C3C3. Windows color (decimal): -3554630 or 12239561. OLE color: 12239561.
HSL color Cylindrical-coordinate representation of color #C9C2BA: hue angle of 32º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C2BA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 186 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.21 |
| HSL | 32º | 0.12% | 0.76% | - |
| HSV(B) | 32º | 0.07% | 0.79% | - |
| XYZ | 52.24 | 54.55 | 54.23 | - |
| YUV | 195.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 186 | 0 | 0.03 | 0.07 | 0.21 | 32 | 0.12 | 0.76 |
| Hex | C9 | C2 | BA | 0 | 3 | 7 | 15 | 20 | C | 4C |
| Octal | 311 | 302 | 272 | 0 | 3 | 7 | 25 | 40 | 14 | 114 |
| Binary | 11001001 | 11000010 | 10111010 | 0 | 11 | 111 | 10101 | 100000 | 1100 | 1001100 |
Color Harmonies of #C9C2BA
Complementary color
Monochromatic Colors of #C9C2BA
Black with #C9C2BA
Text Example
Text Example
White with #C9C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2BA; }
p { color: rgb(201,194,186); }
H1.HeaderClassName
{
color: #C9C2BA;
}
.AnyTagClassName
{
color: #C9C2BA;
}
</style>
background-color css
<style>
a { background-color: #C9C2BA; }
a { background-color: rgb(201,194,186); }
div.DivClassName
{
background-color: #C9C2BA;
}
.BgClassName
{
background-color: #C9C2BA;
}
</style>
border-color css
<style>
span { border-color: #C9C2BA; }
span { border-color: rgb(201,194,186); }
td.TdClassName
{
border-color: #C9C2BA;
}
.TagClassName
{
border-color: #C9C2BA;
}
</style>