Shades of Chrome White #C8C7BA
Tints of Chrome White #C8C7BA
RGB
CMYK
RGB Variations
Color information
#C8C7BA (or 0xC8C7BA) is known color: Chrome White. HEX triplet: C8, C7 and BA. RGB value is (200,199,186). Sum of RGB (Red+Green+Blue) = 200+199+186=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7BA is #373845. Grayscale: #C5C5C5. Windows color (decimal): -3618886 or 12240840. OLE color: 12240840.
HSL color Cylindrical-coordinate representation of color #C8C7BA: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8C7BA is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 199 | 186 | - |
CMYK | 0 | 0.00 | 0.07 | 0.22 |
HSL | 55.71º | 0.11% | 0.76% | - |
HSV(B) | 55.71º | 0.07% | 0.78% | - |
XYZ | 53.11 | 56.67 | 54.59 | - |
YUV | 197.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 186 | 0 | 0.00 | 0.07 | 0.22 | 55.71 | 0.11 | 0.76 |
Hex | C8 | C7 | BA | 0 | 0 | 7 | 16 | 38 | B | 4C |
Octal | 310 | 307 | 272 | 0 | 0 | 7 | 26 | 70 | 13 | 114 |
Binary | 11001000 | 11000111 | 10111010 | 0 | 0 | 111 | 10110 | 111000 | 1011 | 1001100 |
Color Harmonies of #C8C7BA
Complementary color
Monochromatic Colors of #C8C7BA
Black with #C8C7BA
Text Example
Text Example
White with #C8C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7BA; }
p { color: rgb(200,199,186); }
H1.HeaderClassName
{
color: #C8C7BA;
}
.AnyTagClassName
{
color: #C8C7BA;
}
</style>
background-color css
<style>
a { background-color: #C8C7BA; }
a { background-color: rgb(200,199,186); }
div.DivClassName
{
background-color: #C8C7BA;
}
.BgClassName
{
background-color: #C8C7BA;
}
</style>
border-color css
<style>
span { border-color: #C8C7BA; }
span { border-color: rgb(200,199,186); }
td.TdClassName
{
border-color: #C8C7BA;
}
.TagClassName
{
border-color: #C8C7BA;
}
</style>