Shades of Stark White #C9C4BB
Tints of Stark White #C9C4BB
RGB
CMYK
RGB Variations
Color information
#C9C4BB (or 0xC9C4BB) is known color: Stark White. HEX triplet: C9, C4 and BB. RGB value is (201,196,187). Sum of RGB (Red+Green+Blue) = 201+196+187=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4BB is #363B44. Grayscale: #C4C4C4. Windows color (decimal): -3554117 or 12305609. OLE color: 12305609.
HSL color Cylindrical-coordinate representation of color #C9C4BB: hue angle of 38.57º 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 #C9C4BB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 187 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.21 |
| HSL | 38.57º | 0.11% | 0.76% | - |
| HSV(B) | 38.57º | 0.07% | 0.79% | - |
| XYZ | 52.8 | 55.49 | 54.94 | - |
| YUV | 196.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 187 | 0 | 0.02 | 0.07 | 0.21 | 38.57 | 0.11 | 0.76 |
| Hex | C9 | C4 | BB | 0 | 2 | 7 | 15 | 27 | B | 4C |
| Octal | 311 | 304 | 273 | 0 | 2 | 7 | 25 | 47 | 13 | 114 |
| Binary | 11001001 | 11000100 | 10111011 | 0 | 10 | 111 | 10101 | 100111 | 1011 | 1001100 |
Color Harmonies of #C9C4BB
Complementary color
Monochromatic Colors of #C9C4BB
Black with #C9C4BB
Text Example
Text Example
White with #C9C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C4BB; }
p { color: rgb(201,196,187); }
H1.HeaderClassName
{
color: #C9C4BB;
}
.AnyTagClassName
{
color: #C9C4BB;
}
</style>
background-color css
<style>
a { background-color: #C9C4BB; }
a { background-color: rgb(201,196,187); }
div.DivClassName
{
background-color: #C9C4BB;
}
.BgClassName
{
background-color: #C9C4BB;
}
</style>
border-color css
<style>
span { border-color: #C9C4BB; }
span { border-color: rgb(201,196,187); }
td.TdClassName
{
border-color: #C9C4BB;
}
.TagClassName
{
border-color: #C9C4BB;
}
</style>