Shades of Chrome White #C5C2BA
Tints of Chrome White #C5C2BA
RGB
CMYK
RGB Variations
Color information
#C5C2BA (or 0xC5C2BA) is known color: Chrome White. HEX triplet: C5, C2 and BA. RGB value is (197,194,186). Sum of RGB (Red+Green+Blue) = 197+194+186=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2BA is #3A3D45. Grayscale: #C2C2C2. Windows color (decimal): -3816774 or 12239557. OLE color: 12239557.
HSL color Cylindrical-coordinate representation of color #C5C2BA: hue angle of 43.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5C2BA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 186 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.23 |
| HSL | 43.64º | 0.09% | 0.75% | - |
| HSV(B) | 43.64º | 0.06% | 0.77% | - |
| XYZ | 51.18 | 54 | 54.18 | - |
| YUV | 193.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 186 | 0 | 0.02 | 0.06 | 0.23 | 43.64 | 0.09 | 0.75 |
| Hex | C5 | C2 | BA | 0 | 2 | 6 | 17 | 2C | 9 | 4B |
| Octal | 305 | 302 | 272 | 0 | 2 | 6 | 27 | 54 | 11 | 113 |
| Binary | 11000101 | 11000010 | 10111010 | 0 | 10 | 110 | 10111 | 101100 | 1001 | 1001011 |
Color Harmonies of #C5C2BA
Complementary color
Monochromatic Colors of #C5C2BA
Black with #C5C2BA
Text Example
Text Example
White with #C5C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C2BA; }
p { color: rgb(197,194,186); }
H1.HeaderClassName
{
color: #C5C2BA;
}
.AnyTagClassName
{
color: #C5C2BA;
}
</style>
background-color css
<style>
a { background-color: #C5C2BA; }
a { background-color: rgb(197,194,186); }
div.DivClassName
{
background-color: #C5C2BA;
}
.BgClassName
{
background-color: #C5C2BA;
}
</style>
border-color css
<style>
span { border-color: #C5C2BA; }
span { border-color: rgb(197,194,186); }
td.TdClassName
{
border-color: #C5C2BA;
}
.TagClassName
{
border-color: #C5C2BA;
}
</style>