Shades of Chrome White #CEC9B5
Tints of Chrome White #CEC9B5
RGB
CMYK
RGB Variations
Color information
#CEC9B5 (or 0xCEC9B5) is known color: Chrome White. HEX triplet: CE, C9 and B5. RGB value is (206,201,181). Sum of RGB (Red+Green+Blue) = 206+201+181=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9B5 is #31364A. Grayscale: #C8C8C8. Windows color (decimal): -3225163 or 11913678. OLE color: 11913678.
HSL color Cylindrical-coordinate representation of color #CEC9B5: hue angle of 48º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC9B5 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 181 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.19 |
| HSL | 48º | 0.2% | 0.76% | - |
| HSV(B) | 48º | 0.12% | 0.81% | - |
| XYZ | 54.68 | 58.23 | 52.07 | - |
| YUV | 200.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 181 | 0 | 0.02 | 0.12 | 0.19 | 48 | 0.2 | 0.76 |
| Hex | CE | C9 | B5 | 0 | 2 | C | 13 | 30 | 14 | 4C |
| Octal | 316 | 311 | 265 | 0 | 2 | 14 | 23 | 60 | 24 | 114 |
| Binary | 11001110 | 11001001 | 10110101 | 0 | 10 | 1100 | 10011 | 110000 | 10100 | 1001100 |
Color Harmonies of #CEC9B5
Complementary color
Monochromatic Colors of #CEC9B5
Black with #CEC9B5
Text Example
Text Example
White with #CEC9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B5; }
p { color: rgb(206,201,181); }
H1.HeaderClassName
{
color: #CEC9B5;
}
.AnyTagClassName
{
color: #CEC9B5;
}
</style>
background-color css
<style>
a { background-color: #CEC9B5; }
a { background-color: rgb(206,201,181); }
div.DivClassName
{
background-color: #CEC9B5;
}
.BgClassName
{
background-color: #CEC9B5;
}
</style>
border-color css
<style>
span { border-color: #CEC9B5; }
span { border-color: rgb(206,201,181); }
td.TdClassName
{
border-color: #CEC9B5;
}
.TagClassName
{
border-color: #CEC9B5;
}
</style>