Shades of Stark White #C9C2BB
Tints of Stark White #C9C2BB
RGB
CMYK
RGB Variations
Color information
#C9C2BB (or 0xC9C2BB) is known color: Stark White. HEX triplet: C9, C2 and BB. RGB value is (201,194,187). Sum of RGB (Red+Green+Blue) = 201+194+187=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2BB is #363D44. Grayscale: #C3C3C3. Windows color (decimal): -3554629 or 12305097. OLE color: 12305097.
HSL color Cylindrical-coordinate representation of color #C9C2BB: hue angle of 30º degrees, saturation: 0.11, 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 #C9C2BB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 187 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.21 |
| HSL | 30º | 0.11% | 0.76% | - |
| HSV(B) | 30º | 0.07% | 0.79% | - |
| XYZ | 52.35 | 54.59 | 54.79 | - |
| YUV | 195.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 187 | 0 | 0.03 | 0.07 | 0.21 | 30 | 0.11 | 0.76 |
| Hex | C9 | C2 | BB | 0 | 3 | 7 | 15 | 1E | B | 4C |
| Octal | 311 | 302 | 273 | 0 | 3 | 7 | 25 | 36 | 13 | 114 |
| Binary | 11001001 | 11000010 | 10111011 | 0 | 11 | 111 | 10101 | 11110 | 1011 | 1001100 |
Color Harmonies of #C9C2BB
Complementary color
Monochromatic Colors of #C9C2BB
Black with #C9C2BB
Text Example
Text Example
White with #C9C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2BB; }
p { color: rgb(201,194,187); }
H1.HeaderClassName
{
color: #C9C2BB;
}
.AnyTagClassName
{
color: #C9C2BB;
}
</style>
background-color css
<style>
a { background-color: #C9C2BB; }
a { background-color: rgb(201,194,187); }
div.DivClassName
{
background-color: #C9C2BB;
}
.BgClassName
{
background-color: #C9C2BB;
}
</style>
border-color css
<style>
span { border-color: #C9C2BB; }
span { border-color: rgb(201,194,187); }
td.TdClassName
{
border-color: #C9C2BB;
}
.TagClassName
{
border-color: #C9C2BB;
}
</style>