Shades of Chrome White #C8C5B4
Tints of Chrome White #C8C5B4
RGB
CMYK
RGB Variations
Color information
#C8C5B4 (or 0xC8C5B4) is known color: Chrome White. HEX triplet: C8, C5 and B4. RGB value is (200,197,180). Sum of RGB (Red+Green+Blue) = 200+197+180=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5B4 is #373A4B. Grayscale: #C4C4C4. Windows color (decimal): -3619404 or 11847112. OLE color: 11847112.
HSL color Cylindrical-coordinate representation of color #C8C5B4: hue angle of 51º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C5B4 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 180 | - |
| CMYK | 0 | 0.02 | 0.1 | 0.22 |
| HSL | 51º | 0.15% | 0.75% | - |
| HSV(B) | 51º | 0.1% | 0.78% | - |
| XYZ | 52.02 | 55.51 | 51.15 | - |
| YUV | 195.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 180 | 0 | 0.02 | 0.1 | 0.22 | 51 | 0.15 | 0.75 |
| Hex | C8 | C5 | B4 | 0 | 2 | A | 16 | 33 | F | 4B |
| Octal | 310 | 305 | 264 | 0 | 2 | 12 | 26 | 63 | 17 | 113 |
| Binary | 11001000 | 11000101 | 10110100 | 0 | 10 | 1010 | 10110 | 110011 | 1111 | 1001011 |
Color Harmonies of #C8C5B4
Complementary color
Monochromatic Colors of #C8C5B4
Black with #C8C5B4
Text Example
Text Example
White with #C8C5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5B4; }
p { color: rgb(200,197,180); }
H1.HeaderClassName
{
color: #C8C5B4;
}
.AnyTagClassName
{
color: #C8C5B4;
}
</style>
background-color css
<style>
a { background-color: #C8C5B4; }
a { background-color: rgb(200,197,180); }
div.DivClassName
{
background-color: #C8C5B4;
}
.BgClassName
{
background-color: #C8C5B4;
}
</style>
border-color css
<style>
span { border-color: #C8C5B4; }
span { border-color: rgb(200,197,180); }
td.TdClassName
{
border-color: #C8C5B4;
}
.TagClassName
{
border-color: #C8C5B4;
}
</style>