Shades of Chrome White #CEC9B7
Tints of Chrome White #CEC9B7
RGB
CMYK
RGB Variations
Color information
#CEC9B7 (or 0xCEC9B7) is known color: Chrome White. HEX triplet: CE, C9 and B7. RGB value is (206,201,183). Sum of RGB (Red+Green+Blue) = 206+201+183=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9B7 is #313648. Grayscale: #C8C8C8. Windows color (decimal): -3225161 or 12044750. OLE color: 12044750.
HSL color Cylindrical-coordinate representation of color #CEC9B7: hue angle of 46.96º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC9B7 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 183 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.19 |
| HSL | 46.96º | 0.19% | 0.76% | - |
| HSV(B) | 46.96º | 0.11% | 0.81% | - |
| XYZ | 54.89 | 58.31 | 53.16 | - |
| YUV | 200.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 183 | 0 | 0.02 | 0.11 | 0.19 | 46.96 | 0.19 | 0.76 |
| Hex | CE | C9 | B7 | 0 | 2 | B | 13 | 2F | 13 | 4C |
| Octal | 316 | 311 | 267 | 0 | 2 | 13 | 23 | 57 | 23 | 114 |
| Binary | 11001110 | 11001001 | 10110111 | 0 | 10 | 1011 | 10011 | 101111 | 10011 | 1001100 |
Color Harmonies of #CEC9B7
Complementary color
Monochromatic Colors of #CEC9B7
Black with #CEC9B7
Text Example
Text Example
White with #CEC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B7; }
p { color: rgb(206,201,183); }
H1.HeaderClassName
{
color: #CEC9B7;
}
.AnyTagClassName
{
color: #CEC9B7;
}
</style>
background-color css
<style>
a { background-color: #CEC9B7; }
a { background-color: rgb(206,201,183); }
div.DivClassName
{
background-color: #CEC9B7;
}
.BgClassName
{
background-color: #CEC9B7;
}
</style>
border-color css
<style>
span { border-color: #CEC9B7; }
span { border-color: rgb(206,201,183); }
td.TdClassName
{
border-color: #CEC9B7;
}
.TagClassName
{
border-color: #CEC9B7;
}
</style>