Shades of Chrome White #C8C4BA
Tints of Chrome White #C8C4BA
RGB
CMYK
RGB Variations
Color information
#C8C4BA (or 0xC8C4BA) is known color: Chrome White. HEX triplet: C8, C4 and BA. RGB value is (200,196,186). Sum of RGB (Red+Green+Blue) = 200+196+186=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4BA is #373B45. Grayscale: #C4C4C4. Windows color (decimal): -3619654 or 12240072. OLE color: 12240072.
HSL color Cylindrical-coordinate representation of color #C8C4BA: hue angle of 42.86º 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 #C8C4BA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 186 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.22 |
| HSL | 42.86º | 0.11% | 0.76% | - |
| HSV(B) | 42.86º | 0.07% | 0.78% | - |
| XYZ | 52.42 | 55.3 | 54.37 | - |
| YUV | 196.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 186 | 0 | 0.02 | 0.07 | 0.22 | 42.86 | 0.11 | 0.76 |
| Hex | C8 | C4 | BA | 0 | 2 | 7 | 16 | 2B | B | 4C |
| Octal | 310 | 304 | 272 | 0 | 2 | 7 | 26 | 53 | 13 | 114 |
| Binary | 11001000 | 11000100 | 10111010 | 0 | 10 | 111 | 10110 | 101011 | 1011 | 1001100 |
Color Harmonies of #C8C4BA
Complementary color
Monochromatic Colors of #C8C4BA
Black with #C8C4BA
Text Example
Text Example
White with #C8C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C4BA; }
p { color: rgb(200,196,186); }
H1.HeaderClassName
{
color: #C8C4BA;
}
.AnyTagClassName
{
color: #C8C4BA;
}
</style>
background-color css
<style>
a { background-color: #C8C4BA; }
a { background-color: rgb(200,196,186); }
div.DivClassName
{
background-color: #C8C4BA;
}
.BgClassName
{
background-color: #C8C4BA;
}
</style>
border-color css
<style>
span { border-color: #C8C4BA; }
span { border-color: rgb(200,196,186); }
td.TdClassName
{
border-color: #C8C4BA;
}
.TagClassName
{
border-color: #C8C4BA;
}
</style>