Shades of Stark White #C9C1B8
Tints of Stark White #C9C1B8
RGB
CMYK
RGB Variations
Color information
#C9C1B8 (or 0xC9C1B8) is known color: Stark White. HEX triplet: C9, C1 and B8. RGB value is (201,193,184). Sum of RGB (Red+Green+Blue) = 201+193+184=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1B8 is #363E47. Grayscale: #C2C2C2. Windows color (decimal): -3554888 or 12108233. OLE color: 12108233.
HSL color Cylindrical-coordinate representation of color #C9C1B8: hue angle of 31.76º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9C1B8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 184 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.21 |
| HSL | 31.76º | 0.14% | 0.75% | - |
| HSV(B) | 31.76º | 0.08% | 0.79% | - |
| XYZ | 51.81 | 54.02 | 53.04 | - |
| YUV | 194.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 184 | 0 | 0.04 | 0.08 | 0.21 | 31.76 | 0.14 | 0.75 |
| Hex | C9 | C1 | B8 | 0 | 4 | 8 | 15 | 20 | E | 4B |
| Octal | 311 | 301 | 270 | 0 | 4 | 10 | 25 | 40 | 16 | 113 |
| Binary | 11001001 | 11000001 | 10111000 | 0 | 100 | 1000 | 10101 | 100000 | 1110 | 1001011 |
Color Harmonies of #C9C1B8
Complementary color
Monochromatic Colors of #C9C1B8
Black with #C9C1B8
Text Example
Text Example
White with #C9C1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C1B8; }
p { color: rgb(201,193,184); }
H1.HeaderClassName
{
color: #C9C1B8;
}
.AnyTagClassName
{
color: #C9C1B8;
}
</style>
background-color css
<style>
a { background-color: #C9C1B8; }
a { background-color: rgb(201,193,184); }
div.DivClassName
{
background-color: #C9C1B8;
}
.BgClassName
{
background-color: #C9C1B8;
}
</style>
border-color css
<style>
span { border-color: #C9C1B8; }
span { border-color: rgb(201,193,184); }
td.TdClassName
{
border-color: #C9C1B8;
}
.TagClassName
{
border-color: #C9C1B8;
}
</style>