Shades of Chrome White #C4C2BB
Tints of Chrome White #C4C2BB
RGB
CMYK
RGB Variations
Color information
#C4C2BB (or 0xC4C2BB) is known color: Chrome White. HEX triplet: C4, C2 and BB. RGB value is (196,194,187). Sum of RGB (Red+Green+Blue) = 196+194+187=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2BB is #3B3D44. Grayscale: #C1C1C1. Windows color (decimal): -3882309 or 12305092. OLE color: 12305092.
HSL color Cylindrical-coordinate representation of color #C4C2BB: hue angle of 46.67º degrees, saturation: 0.07, 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 #C4C2BB is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 187 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.23 |
| HSL | 46.67º | 0.07% | 0.75% | - |
| HSV(B) | 46.67º | 0.05% | 0.77% | - |
| XYZ | 51.03 | 53.91 | 54.73 | - |
| YUV | 193.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 187 | 0 | 0.01 | 0.05 | 0.23 | 46.67 | 0.07 | 0.75 |
| Hex | C4 | C2 | BB | 0 | 1 | 5 | 17 | 2F | 7 | 4B |
| Octal | 304 | 302 | 273 | 0 | 1 | 5 | 27 | 57 | 7 | 113 |
| Binary | 11000100 | 11000010 | 10111011 | 0 | 1 | 101 | 10111 | 101111 | 111 | 1001011 |
Color Harmonies of #C4C2BB
Complementary color
Monochromatic Colors of #C4C2BB
Black with #C4C2BB
Text Example
Text Example
White with #C4C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2BB; }
p { color: rgb(196,194,187); }
H1.HeaderClassName
{
color: #C4C2BB;
}
.AnyTagClassName
{
color: #C4C2BB;
}
</style>
background-color css
<style>
a { background-color: #C4C2BB; }
a { background-color: rgb(196,194,187); }
div.DivClassName
{
background-color: #C4C2BB;
}
.BgClassName
{
background-color: #C4C2BB;
}
</style>
border-color css
<style>
span { border-color: #C4C2BB; }
span { border-color: rgb(196,194,187); }
td.TdClassName
{
border-color: #C4C2BB;
}
.TagClassName
{
border-color: #C4C2BB;
}
</style>