Shades of Chrome White #C7C6BA
Tints of Chrome White #C7C6BA
RGB
CMYK
RGB Variations
Color information
#C7C6BA (or 0xC7C6BA) is known color: Chrome White. HEX triplet: C7, C6 and BA. RGB value is (199,198,186). Sum of RGB (Red+Green+Blue) = 199+198+186=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6BA is #383945. Grayscale: #C4C4C4. Windows color (decimal): -3684678 or 12240583. OLE color: 12240583.
HSL color Cylindrical-coordinate representation of color #C7C6BA: hue angle of 55.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7C6BA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 186 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.22 |
| HSL | 55.38º | 0.1% | 0.75% | - |
| HSV(B) | 55.38º | 0.07% | 0.78% | - |
| XYZ | 52.61 | 56.08 | 54.51 | - |
| YUV | 196.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 186 | 0 | 0.01 | 0.07 | 0.22 | 55.38 | 0.1 | 0.75 |
| Hex | C7 | C6 | BA | 0 | 1 | 7 | 16 | 37 | A | 4B |
| Octal | 307 | 306 | 272 | 0 | 1 | 7 | 26 | 67 | 12 | 113 |
| Binary | 11000111 | 11000110 | 10111010 | 0 | 1 | 111 | 10110 | 110111 | 1010 | 1001011 |
Color Harmonies of #C7C6BA
Complementary color
Monochromatic Colors of #C7C6BA
Black with #C7C6BA
Text Example
Text Example
White with #C7C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C6BA; }
p { color: rgb(199,198,186); }
H1.HeaderClassName
{
color: #C7C6BA;
}
.AnyTagClassName
{
color: #C7C6BA;
}
</style>
background-color css
<style>
a { background-color: #C7C6BA; }
a { background-color: rgb(199,198,186); }
div.DivClassName
{
background-color: #C7C6BA;
}
.BgClassName
{
background-color: #C7C6BA;
}
</style>
border-color css
<style>
span { border-color: #C7C6BA; }
span { border-color: rgb(199,198,186); }
td.TdClassName
{
border-color: #C7C6BA;
}
.TagClassName
{
border-color: #C7C6BA;
}
</style>