Shades of Chrome White #CEC9B9
Tints of Chrome White #CEC9B9
RGB
CMYK
RGB Variations
Color information
#CEC9B9 (or 0xCEC9B9) is known color: Chrome White. HEX triplet: CE, C9 and B9. RGB value is (206,201,185). Sum of RGB (Red+Green+Blue) = 206+201+185=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9B9 is #313646. Grayscale: #C8C8C8. Windows color (decimal): -3225159 or 12175822. OLE color: 12175822.
HSL color Cylindrical-coordinate representation of color #CEC9B9: hue angle of 45.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC9B9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 185 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.19 |
| HSL | 45.71º | 0.18% | 0.77% | - |
| HSV(B) | 45.71º | 0.1% | 0.81% | - |
| XYZ | 55.1 | 58.4 | 54.27 | - |
| YUV | 200.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 185 | 0 | 0.02 | 0.10 | 0.19 | 45.71 | 0.18 | 0.77 |
| Hex | CE | C9 | B9 | 0 | 2 | A | 13 | 2E | 12 | 4D |
| Octal | 316 | 311 | 271 | 0 | 2 | 12 | 23 | 56 | 22 | 115 |
| Binary | 11001110 | 11001001 | 10111001 | 0 | 10 | 1010 | 10011 | 101110 | 10010 | 1001101 |
Color Harmonies of #CEC9B9
Complementary color
Monochromatic Colors of #CEC9B9
Black with #CEC9B9
Text Example
Text Example
White with #CEC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B9; }
p { color: rgb(206,201,185); }
H1.HeaderClassName
{
color: #CEC9B9;
}
.AnyTagClassName
{
color: #CEC9B9;
}
</style>
background-color css
<style>
a { background-color: #CEC9B9; }
a { background-color: rgb(206,201,185); }
div.DivClassName
{
background-color: #CEC9B9;
}
.BgClassName
{
background-color: #CEC9B9;
}
</style>
border-color css
<style>
span { border-color: #CEC9B9; }
span { border-color: rgb(206,201,185); }
td.TdClassName
{
border-color: #CEC9B9;
}
.TagClassName
{
border-color: #CEC9B9;
}
</style>