Shades of Chrome White #CEC9B6
Tints of Chrome White #CEC9B6
RGB
CMYK
RGB Variations
Color information
#CEC9B6 (or 0xCEC9B6) is known color: Chrome White. HEX triplet: CE, C9 and B6. RGB value is (206,201,182). Sum of RGB (Red+Green+Blue) = 206+201+182=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9B6 is #313649. Grayscale: #C8C8C8. Windows color (decimal): -3225162 or 11979214. OLE color: 11979214.
HSL color Cylindrical-coordinate representation of color #CEC9B6: hue angle of 47.5º 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 #CEC9B6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 182 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.19 |
| HSL | 47.5º | 0.2% | 0.76% | - |
| HSV(B) | 47.5º | 0.12% | 0.81% | - |
| XYZ | 54.78 | 58.27 | 52.62 | - |
| YUV | 200.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 182 | 0 | 0.02 | 0.12 | 0.19 | 47.5 | 0.2 | 0.76 |
| Hex | CE | C9 | B6 | 0 | 2 | C | 13 | 30 | 14 | 4C |
| Octal | 316 | 311 | 266 | 0 | 2 | 14 | 23 | 60 | 24 | 114 |
| Binary | 11001110 | 11001001 | 10110110 | 0 | 10 | 1100 | 10011 | 110000 | 10100 | 1001100 |
Color Harmonies of #CEC9B6
Complementary color
Monochromatic Colors of #CEC9B6
Black with #CEC9B6
Text Example
Text Example
White with #CEC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B6; }
p { color: rgb(206,201,182); }
H1.HeaderClassName
{
color: #CEC9B6;
}
.AnyTagClassName
{
color: #CEC9B6;
}
</style>
background-color css
<style>
a { background-color: #CEC9B6; }
a { background-color: rgb(206,201,182); }
div.DivClassName
{
background-color: #CEC9B6;
}
.BgClassName
{
background-color: #CEC9B6;
}
</style>
border-color css
<style>
span { border-color: #CEC9B6; }
span { border-color: rgb(206,201,182); }
td.TdClassName
{
border-color: #CEC9B6;
}
.TagClassName
{
border-color: #CEC9B6;
}
</style>