Shades of Stark White #C9C5BF
Tints of Stark White #C9C5BF
RGB
CMYK
RGB Variations
Color information
#C9C5BF (or 0xC9C5BF) is known color: Stark White. HEX triplet: C9, C5 and BF. RGB value is (201,197,191). Sum of RGB (Red+Green+Blue) = 201+197+191=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5BF is #363A40. Grayscale: #C5C5C5. Windows color (decimal): -3553857 or 12568009. OLE color: 12568009.
HSL color Cylindrical-coordinate representation of color #C9C5BF: hue angle of 36º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C5BF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 191 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.21 |
| HSL | 36º | 0.08% | 0.77% | - |
| HSV(B) | 36º | 0.05% | 0.79% | - |
| XYZ | 53.46 | 56.11 | 57.3 | - |
| YUV | 197.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 191 | 0 | 0.02 | 0.05 | 0.21 | 36 | 0.08 | 0.77 |
| Hex | C9 | C5 | BF | 0 | 2 | 5 | 15 | 24 | 8 | 4D |
| Octal | 311 | 305 | 277 | 0 | 2 | 5 | 25 | 44 | 10 | 115 |
| Binary | 11001001 | 11000101 | 10111111 | 0 | 10 | 101 | 10101 | 100100 | 1000 | 1001101 |
Color Harmonies of #C9C5BF
Complementary color
Monochromatic Colors of #C9C5BF
Black with #C9C5BF
Text Example
Text Example
White with #C9C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5BF; }
p { color: rgb(201,197,191); }
H1.HeaderClassName
{
color: #C9C5BF;
}
.AnyTagClassName
{
color: #C9C5BF;
}
</style>
background-color css
<style>
a { background-color: #C9C5BF; }
a { background-color: rgb(201,197,191); }
div.DivClassName
{
background-color: #C9C5BF;
}
.BgClassName
{
background-color: #C9C5BF;
}
</style>
border-color css
<style>
span { border-color: #C9C5BF; }
span { border-color: rgb(201,197,191); }
td.TdClassName
{
border-color: #C9C5BF;
}
.TagClassName
{
border-color: #C9C5BF;
}
</style>