Shades of Chrome White #C4C2BA
Tints of Chrome White #C4C2BA
RGB
CMYK
RGB Variations
Color information
#C4C2BA (or 0xC4C2BA) is known color: Chrome White. HEX triplet: C4, C2 and BA. RGB value is (196,194,186). Sum of RGB (Red+Green+Blue) = 196+194+186=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2BA is #3B3D45. Grayscale: #C1C1C1. Windows color (decimal): -3882310 or 12239556. OLE color: 12239556.
HSL color Cylindrical-coordinate representation of color #C4C2BA: hue angle of 48º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4C2BA is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 186 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.23 |
| HSL | 48º | 0.08% | 0.75% | - |
| HSV(B) | 48º | 0.05% | 0.77% | - |
| XYZ | 50.92 | 53.86 | 54.17 | - |
| YUV | 193.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 186 | 0 | 0.01 | 0.05 | 0.23 | 48 | 0.08 | 0.75 |
| Hex | C4 | C2 | BA | 0 | 1 | 5 | 17 | 30 | 8 | 4B |
| Octal | 304 | 302 | 272 | 0 | 1 | 5 | 27 | 60 | 10 | 113 |
| Binary | 11000100 | 11000010 | 10111010 | 0 | 1 | 101 | 10111 | 110000 | 1000 | 1001011 |
Color Harmonies of #C4C2BA
Complementary color
Monochromatic Colors of #C4C2BA
Black with #C4C2BA
Text Example
Text Example
White with #C4C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2BA; }
p { color: rgb(196,194,186); }
H1.HeaderClassName
{
color: #C4C2BA;
}
.AnyTagClassName
{
color: #C4C2BA;
}
</style>
background-color css
<style>
a { background-color: #C4C2BA; }
a { background-color: rgb(196,194,186); }
div.DivClassName
{
background-color: #C4C2BA;
}
.BgClassName
{
background-color: #C4C2BA;
}
</style>
border-color css
<style>
span { border-color: #C4C2BA; }
span { border-color: rgb(196,194,186); }
td.TdClassName
{
border-color: #C4C2BA;
}
.TagClassName
{
border-color: #C4C2BA;
}
</style>