Shades of Chrome White #C5C1B4
Tints of Chrome White #C5C1B4
RGB
CMYK
RGB Variations
Color information
#C5C1B4 (or 0xC5C1B4) is known color: Chrome White. HEX triplet: C5, C1 and B4. RGB value is (197,193,180). Sum of RGB (Red+Green+Blue) = 197+193+180=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1B4 is #3A3E4B. Grayscale: #C0C0C0. Windows color (decimal): -3817036 or 11846085. OLE color: 11846085.
HSL color Cylindrical-coordinate representation of color #C5C1B4: hue angle of 45.88º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5C1B4 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 180 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.23 |
| HSL | 45.88º | 0.13% | 0.74% | - |
| HSV(B) | 45.88º | 0.09% | 0.77% | - |
| XYZ | 50.33 | 53.31 | 50.82 | - |
| YUV | 192.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 180 | 0 | 0.02 | 0.09 | 0.23 | 45.88 | 0.13 | 0.74 |
| Hex | C5 | C1 | B4 | 0 | 2 | 9 | 17 | 2E | D | 4A |
| Octal | 305 | 301 | 264 | 0 | 2 | 11 | 27 | 56 | 15 | 112 |
| Binary | 11000101 | 11000001 | 10110100 | 0 | 10 | 1001 | 10111 | 101110 | 1101 | 1001010 |
Color Harmonies of #C5C1B4
Complementary color
Monochromatic Colors of #C5C1B4
Black with #C5C1B4
Text Example
Text Example
White with #C5C1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1B4; }
p { color: rgb(197,193,180); }
H1.HeaderClassName
{
color: #C5C1B4;
}
.AnyTagClassName
{
color: #C5C1B4;
}
</style>
background-color css
<style>
a { background-color: #C5C1B4; }
a { background-color: rgb(197,193,180); }
div.DivClassName
{
background-color: #C5C1B4;
}
.BgClassName
{
background-color: #C5C1B4;
}
</style>
border-color css
<style>
span { border-color: #C5C1B4; }
span { border-color: rgb(197,193,180); }
td.TdClassName
{
border-color: #C5C1B4;
}
.TagClassName
{
border-color: #C5C1B4;
}
</style>