Shades of Chrome White #C8C4B7
Tints of Chrome White #C8C4B7
RGB
CMYK
RGB Variations
Color information
#C8C4B7 (or 0xC8C4B7) is known color: Chrome White. HEX triplet: C8, C4 and B7. RGB value is (200,196,183). Sum of RGB (Red+Green+Blue) = 200+196+183=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4B7 is #373B48. Grayscale: #C3C3C3. Windows color (decimal): -3619657 or 12043464. OLE color: 12043464.
HSL color Cylindrical-coordinate representation of color #C8C4B7: hue angle of 45.88º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C4B7 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 196 | 183 | - |
CMYK | 0 | 0.02 | 0.08 | 0.22 |
HSL | 45.88º | 0.13% | 0.75% | - |
HSV(B) | 45.88º | 0.08% | 0.78% | - |
XYZ | 52.11 | 55.18 | 52.7 | - |
YUV | 195.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 196 | 183 | 0 | 0.02 | 0.08 | 0.22 | 45.88 | 0.13 | 0.75 |
Hex | C8 | C4 | B7 | 0 | 2 | 8 | 16 | 2E | D | 4B |
Octal | 310 | 304 | 267 | 0 | 2 | 10 | 26 | 56 | 15 | 113 |
Binary | 11001000 | 11000100 | 10110111 | 0 | 10 | 1000 | 10110 | 101110 | 1101 | 1001011 |
Color Harmonies of #C8C4B7
Complementary color
Monochromatic Colors of #C8C4B7
Black with #C8C4B7
Text Example
Text Example
White with #C8C4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C4B7; }
p { color: rgb(200,196,183); }
H1.HeaderClassName
{
color: #C8C4B7;
}
.AnyTagClassName
{
color: #C8C4B7;
}
</style>
background-color css
<style>
a { background-color: #C8C4B7; }
a { background-color: rgb(200,196,183); }
div.DivClassName
{
background-color: #C8C4B7;
}
.BgClassName
{
background-color: #C8C4B7;
}
</style>
border-color css
<style>
span { border-color: #C8C4B7; }
span { border-color: rgb(200,196,183); }
td.TdClassName
{
border-color: #C8C4B7;
}
.TagClassName
{
border-color: #C8C4B7;
}
</style>