Shades of Chrome White #C5C3BA
Tints of Chrome White #C5C3BA
RGB
CMYK
RGB Variations
Color information
#C5C3BA (or 0xC5C3BA) is known color: Chrome White. HEX triplet: C5, C3 and BA. RGB value is (197,195,186). Sum of RGB (Red+Green+Blue) = 197+195+186=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3BA is #3A3C45. Grayscale: #C2C2C2. Windows color (decimal): -3816518 or 12239813. OLE color: 12239813.
HSL color Cylindrical-coordinate representation of color #C5C3BA: hue angle of 49.09º 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 #C5C3BA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 186 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.23 |
| HSL | 49.09º | 0.09% | 0.75% | - |
| HSV(B) | 49.09º | 0.06% | 0.77% | - |
| XYZ | 51.4 | 54.45 | 54.25 | - |
| YUV | 194.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 186 | 0 | 0.01 | 0.06 | 0.23 | 49.09 | 0.09 | 0.75 |
| Hex | C5 | C3 | BA | 0 | 1 | 6 | 17 | 31 | 9 | 4B |
| Octal | 305 | 303 | 272 | 0 | 1 | 6 | 27 | 61 | 11 | 113 |
| Binary | 11000101 | 11000011 | 10111010 | 0 | 1 | 110 | 10111 | 110001 | 1001 | 1001011 |
Color Harmonies of #C5C3BA
Complementary color
Monochromatic Colors of #C5C3BA
Black with #C5C3BA
Text Example
Text Example
White with #C5C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3BA; }
p { color: rgb(197,195,186); }
H1.HeaderClassName
{
color: #C5C3BA;
}
.AnyTagClassName
{
color: #C5C3BA;
}
</style>
background-color css
<style>
a { background-color: #C5C3BA; }
a { background-color: rgb(197,195,186); }
div.DivClassName
{
background-color: #C5C3BA;
}
.BgClassName
{
background-color: #C5C3BA;
}
</style>
border-color css
<style>
span { border-color: #C5C3BA; }
span { border-color: rgb(197,195,186); }
td.TdClassName
{
border-color: #C5C3BA;
}
.TagClassName
{
border-color: #C5C3BA;
}
</style>