Shades of Stark White #C9C4BC
Tints of Stark White #C9C4BC
RGB
CMYK
RGB Variations
Color information
#C9C4BC (or 0xC9C4BC) is known color: Stark White. HEX triplet: C9, C4 and BC. RGB value is (201,196,188). Sum of RGB (Red+Green+Blue) = 201+196+188=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4BC is #363B43. Grayscale: #C4C4C4. Windows color (decimal): -3554116 or 12371145. OLE color: 12371145.
HSL color Cylindrical-coordinate representation of color #C9C4BC: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9C4BC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 188 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.21 |
| HSL | 36.92º | 0.11% | 0.76% | - |
| HSV(B) | 36.92º | 0.06% | 0.79% | - |
| XYZ | 52.9 | 55.53 | 55.51 | - |
| YUV | 196.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 188 | 0 | 0.02 | 0.06 | 0.21 | 36.92 | 0.11 | 0.76 |
| Hex | C9 | C4 | BC | 0 | 2 | 6 | 15 | 25 | B | 4C |
| Octal | 311 | 304 | 274 | 0 | 2 | 6 | 25 | 45 | 13 | 114 |
| Binary | 11001001 | 11000100 | 10111100 | 0 | 10 | 110 | 10101 | 100101 | 1011 | 1001100 |
Color Harmonies of #C9C4BC
Complementary color
Monochromatic Colors of #C9C4BC
Black with #C9C4BC
Text Example
Text Example
White with #C9C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C4BC; }
p { color: rgb(201,196,188); }
H1.HeaderClassName
{
color: #C9C4BC;
}
.AnyTagClassName
{
color: #C9C4BC;
}
</style>
background-color css
<style>
a { background-color: #C9C4BC; }
a { background-color: rgb(201,196,188); }
div.DivClassName
{
background-color: #C9C4BC;
}
.BgClassName
{
background-color: #C9C4BC;
}
</style>
border-color css
<style>
span { border-color: #C9C4BC; }
span { border-color: rgb(201,196,188); }
td.TdClassName
{
border-color: #C9C4BC;
}
.TagClassName
{
border-color: #C9C4BC;
}
</style>