Shades of Chrome White #C9C5BA
Tints of Chrome White #C9C5BA
RGB
CMYK
RGB Variations
Color information
#C9C5BA (or 0xC9C5BA) is known color: Chrome White. HEX triplet: C9, C5 and BA. RGB value is (201,197,186). Sum of RGB (Red+Green+Blue) = 201+197+186=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5BA is #363A45. Grayscale: #C4C4C4. Windows color (decimal): -3553862 or 12240329. OLE color: 12240329.
HSL color Cylindrical-coordinate representation of color #C9C5BA: hue angle of 44º degrees, saturation: 0.12, 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 #C9C5BA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 186 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.21 |
| HSL | 44º | 0.12% | 0.76% | - |
| HSV(B) | 44º | 0.07% | 0.79% | - |
| XYZ | 52.92 | 55.9 | 54.45 | - |
| YUV | 196.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 186 | 0 | 0.02 | 0.07 | 0.21 | 44 | 0.12 | 0.76 |
| Hex | C9 | C5 | BA | 0 | 2 | 7 | 15 | 2C | C | 4C |
| Octal | 311 | 305 | 272 | 0 | 2 | 7 | 25 | 54 | 14 | 114 |
| Binary | 11001001 | 11000101 | 10111010 | 0 | 10 | 111 | 10101 | 101100 | 1100 | 1001100 |
Color Harmonies of #C9C5BA
Complementary color
Monochromatic Colors of #C9C5BA
Black with #C9C5BA
Text Example
Text Example
White with #C9C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5BA; }
p { color: rgb(201,197,186); }
H1.HeaderClassName
{
color: #C9C5BA;
}
.AnyTagClassName
{
color: #C9C5BA;
}
</style>
background-color css
<style>
a { background-color: #C9C5BA; }
a { background-color: rgb(201,197,186); }
div.DivClassName
{
background-color: #C9C5BA;
}
.BgClassName
{
background-color: #C9C5BA;
}
</style>
border-color css
<style>
span { border-color: #C9C5BA; }
span { border-color: rgb(201,197,186); }
td.TdClassName
{
border-color: #C9C5BA;
}
.TagClassName
{
border-color: #C9C5BA;
}
</style>