Shades of Chrome White #C9C5B8
Tints of Chrome White #C9C5B8
RGB
CMYK
RGB Variations
Color information
#C9C5B8 (or 0xC9C5B8) is known color: Chrome White. HEX triplet: C9, C5 and B8. RGB value is (201,197,184). Sum of RGB (Red+Green+Blue) = 201+197+184=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5B8 is #363A47. Grayscale: #C4C4C4. Windows color (decimal): -3553864 or 12109257. OLE color: 12109257.
HSL color Cylindrical-coordinate representation of color #C9C5B8: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9C5B8 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 197 | 184 | - |
CMYK | 0 | 0.02 | 0.08 | 0.21 |
HSL | 45.88º | 0.14% | 0.75% | - |
HSV(B) | 45.88º | 0.08% | 0.79% | - |
XYZ | 52.71 | 55.81 | 53.34 | - |
YUV | 196.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 197 | 184 | 0 | 0.02 | 0.08 | 0.21 | 45.88 | 0.14 | 0.75 |
Hex | C9 | C5 | B8 | 0 | 2 | 8 | 15 | 2E | E | 4B |
Octal | 311 | 305 | 270 | 0 | 2 | 10 | 25 | 56 | 16 | 113 |
Binary | 11001001 | 11000101 | 10111000 | 0 | 10 | 1000 | 10101 | 101110 | 1110 | 1001011 |
Color Harmonies of #C9C5B8
Complementary color
Monochromatic Colors of #C9C5B8
Black with #C9C5B8
Text Example
Text Example
White with #C9C5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5B8; }
p { color: rgb(201,197,184); }
H1.HeaderClassName
{
color: #C9C5B8;
}
.AnyTagClassName
{
color: #C9C5B8;
}
</style>
background-color css
<style>
a { background-color: #C9C5B8; }
a { background-color: rgb(201,197,184); }
div.DivClassName
{
background-color: #C9C5B8;
}
.BgClassName
{
background-color: #C9C5B8;
}
</style>
border-color css
<style>
span { border-color: #C9C5B8; }
span { border-color: rgb(201,197,184); }
td.TdClassName
{
border-color: #C9C5B8;
}
.TagClassName
{
border-color: #C9C5B8;
}
</style>