Shades of Chrome White #C4C2BC
Tints of Chrome White #C4C2BC
RGB
CMYK
RGB Variations
Color information
#C4C2BC (or 0xC4C2BC) is known color: Chrome White. HEX triplet: C4, C2 and BC. RGB value is (196,194,188). Sum of RGB (Red+Green+Blue) = 196+194+188=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2BC is #3B3D43. Grayscale: #C1C1C1. Windows color (decimal): -3882308 or 12370628. OLE color: 12370628.
HSL color Cylindrical-coordinate representation of color #C4C2BC: hue angle of 45º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C2BC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 188 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.23 |
| HSL | 45º | 0.06% | 0.75% | - |
| HSV(B) | 45º | 0.04% | 0.77% | - |
| XYZ | 51.13 | 53.95 | 55.3 | - |
| YUV | 193.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 188 | 0 | 0.01 | 0.04 | 0.23 | 45 | 0.06 | 0.75 |
| Hex | C4 | C2 | BC | 0 | 1 | 4 | 17 | 2D | 6 | 4B |
| Octal | 304 | 302 | 274 | 0 | 1 | 4 | 27 | 55 | 6 | 113 |
| Binary | 11000100 | 11000010 | 10111100 | 0 | 1 | 100 | 10111 | 101101 | 110 | 1001011 |
Color Harmonies of #C4C2BC
Complementary color
Monochromatic Colors of #C4C2BC
Black with #C4C2BC
Text Example
Text Example
White with #C4C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2BC; }
p { color: rgb(196,194,188); }
H1.HeaderClassName
{
color: #C4C2BC;
}
.AnyTagClassName
{
color: #C4C2BC;
}
</style>
background-color css
<style>
a { background-color: #C4C2BC; }
a { background-color: rgb(196,194,188); }
div.DivClassName
{
background-color: #C4C2BC;
}
.BgClassName
{
background-color: #C4C2BC;
}
</style>
border-color css
<style>
span { border-color: #C4C2BC; }
span { border-color: rgb(196,194,188); }
td.TdClassName
{
border-color: #C4C2BC;
}
.TagClassName
{
border-color: #C4C2BC;
}
</style>