Shades of Chrome White #C9C5B6
Tints of Chrome White #C9C5B6
RGB
CMYK
RGB Variations
Color information
#C9C5B6 (or 0xC9C5B6) is known color: Chrome White. HEX triplet: C9, C5 and B6. RGB value is (201,197,182). Sum of RGB (Red+Green+Blue) = 201+197+182=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5B6 is #363A49. Grayscale: #C4C4C4. Windows color (decimal): -3553866 or 11978185. OLE color: 11978185.
HSL color Cylindrical-coordinate representation of color #C9C5B6: hue angle of 47.37º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C5B6 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 182 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.21 |
| HSL | 47.37º | 0.15% | 0.75% | - |
| HSV(B) | 47.37º | 0.09% | 0.79% | - |
| XYZ | 52.5 | 55.73 | 52.25 | - |
| YUV | 196.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 182 | 0 | 0.02 | 0.09 | 0.21 | 47.37 | 0.15 | 0.75 |
| Hex | C9 | C5 | B6 | 0 | 2 | 9 | 15 | 2F | F | 4B |
| Octal | 311 | 305 | 266 | 0 | 2 | 11 | 25 | 57 | 17 | 113 |
| Binary | 11001001 | 11000101 | 10110110 | 0 | 10 | 1001 | 10101 | 101111 | 1111 | 1001011 |
Color Harmonies of #C9C5B6
Complementary color
Monochromatic Colors of #C9C5B6
Black with #C9C5B6
Text Example
Text Example
White with #C9C5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5B6; }
p { color: rgb(201,197,182); }
H1.HeaderClassName
{
color: #C9C5B6;
}
.AnyTagClassName
{
color: #C9C5B6;
}
</style>
background-color css
<style>
a { background-color: #C9C5B6; }
a { background-color: rgb(201,197,182); }
div.DivClassName
{
background-color: #C9C5B6;
}
.BgClassName
{
background-color: #C9C5B6;
}
</style>
border-color css
<style>
span { border-color: #C9C5B6; }
span { border-color: rgb(201,197,182); }
td.TdClassName
{
border-color: #C9C5B6;
}
.TagClassName
{
border-color: #C9C5B6;
}
</style>