Shades of Chrome White #C8C7BC
Tints of Chrome White #C8C7BC
RGB
CMYK
RGB Variations
Color information
#C8C7BC (or 0xC8C7BC) is known color: Chrome White. HEX triplet: C8, C7 and BC. RGB value is (200,199,188). Sum of RGB (Red+Green+Blue) = 200+199+188=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7BC is #373843. Grayscale: #C6C6C6. Windows color (decimal): -3618884 or 12371912. OLE color: 12371912.
HSL color Cylindrical-coordinate representation of color #C8C7BC: hue angle of 55º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C7BC is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 188 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.22 |
| HSL | 55º | 0.1% | 0.76% | - |
| HSV(B) | 55º | 0.06% | 0.78% | - |
| XYZ | 53.32 | 56.76 | 55.72 | - |
| YUV | 198.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 188 | 0 | 0.00 | 0.06 | 0.22 | 55 | 0.1 | 0.76 |
| Hex | C8 | C7 | BC | 0 | 0 | 6 | 16 | 37 | A | 4C |
| Octal | 310 | 307 | 274 | 0 | 0 | 6 | 26 | 67 | 12 | 114 |
| Binary | 11001000 | 11000111 | 10111100 | 0 | 0 | 110 | 10110 | 110111 | 1010 | 1001100 |
Color Harmonies of #C8C7BC
Complementary color
Monochromatic Colors of #C8C7BC
Black with #C8C7BC
Text Example
Text Example
White with #C8C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7BC; }
p { color: rgb(200,199,188); }
H1.HeaderClassName
{
color: #C8C7BC;
}
.AnyTagClassName
{
color: #C8C7BC;
}
</style>
background-color css
<style>
a { background-color: #C8C7BC; }
a { background-color: rgb(200,199,188); }
div.DivClassName
{
background-color: #C8C7BC;
}
.BgClassName
{
background-color: #C8C7BC;
}
</style>
border-color css
<style>
span { border-color: #C8C7BC; }
span { border-color: rgb(200,199,188); }
td.TdClassName
{
border-color: #C8C7BC;
}
.TagClassName
{
border-color: #C8C7BC;
}
</style>