Shades of Chrome White #C7C4B9
Tints of Chrome White #C7C4B9
RGB
CMYK
RGB Variations
Color information
#C7C4B9 (or 0xC7C4B9) is known color: Chrome White. HEX triplet: C7, C4 and B9. RGB value is (199,196,185). Sum of RGB (Red+Green+Blue) = 199+196+185=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4B9 is #383B46. Grayscale: #C3C3C3. Windows color (decimal): -3685191 or 12174535. OLE color: 12174535.
HSL color Cylindrical-coordinate representation of color #C7C4B9: hue angle of 47.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7C4B9 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 196 | 185 | - |
CMYK | 0 | 0.02 | 0.07 | 0.22 |
HSL | 47.14º | 0.11% | 0.75% | - |
HSV(B) | 47.14º | 0.07% | 0.78% | - |
XYZ | 52.05 | 55.12 | 53.8 | - |
YUV | 195.64 | 121.99 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 196 | 185 | 0 | 0.02 | 0.07 | 0.22 | 47.14 | 0.11 | 0.75 |
Hex | C7 | C4 | B9 | 0 | 2 | 7 | 16 | 2F | B | 4B |
Octal | 307 | 304 | 271 | 0 | 2 | 7 | 26 | 57 | 13 | 113 |
Binary | 11000111 | 11000100 | 10111001 | 0 | 10 | 111 | 10110 | 101111 | 1011 | 1001011 |
Color Harmonies of #C7C4B9
Complementary color
Monochromatic Colors of #C7C4B9
Black with #C7C4B9
Text Example
Text Example
White with #C7C4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C4B9; }
p { color: rgb(199,196,185); }
H1.HeaderClassName
{
color: #C7C4B9;
}
.AnyTagClassName
{
color: #C7C4B9;
}
</style>
background-color css
<style>
a { background-color: #C7C4B9; }
a { background-color: rgb(199,196,185); }
div.DivClassName
{
background-color: #C7C4B9;
}
.BgClassName
{
background-color: #C7C4B9;
}
</style>
border-color css
<style>
span { border-color: #C7C4B9; }
span { border-color: rgb(199,196,185); }
td.TdClassName
{
border-color: #C7C4B9;
}
.TagClassName
{
border-color: #C7C4B9;
}
</style>