Shades of Chrome White #CEC9B8
Tints of Chrome White #CEC9B8
RGB
CMYK
RGB Variations
Color information
#CEC9B8 (or 0xCEC9B8) is known color: Chrome White. HEX triplet: CE, C9 and B8. RGB value is (206,201,184). Sum of RGB (Red+Green+Blue) = 206+201+184=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9B8 is #313647. Grayscale: #C8C8C8. Windows color (decimal): -3225160 or 12110286. OLE color: 12110286.
HSL color Cylindrical-coordinate representation of color #CEC9B8: hue angle of 46.36º degrees, saturation: 0.18, 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 #CEC9B8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 184 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.19 |
| HSL | 46.36º | 0.18% | 0.76% | - |
| HSV(B) | 46.36º | 0.11% | 0.81% | - |
| XYZ | 54.99 | 58.36 | 53.71 | - |
| YUV | 200.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 184 | 0 | 0.02 | 0.11 | 0.19 | 46.36 | 0.18 | 0.76 |
| Hex | CE | C9 | B8 | 0 | 2 | B | 13 | 2E | 12 | 4C |
| Octal | 316 | 311 | 270 | 0 | 2 | 13 | 23 | 56 | 22 | 114 |
| Binary | 11001110 | 11001001 | 10111000 | 0 | 10 | 1011 | 10011 | 101110 | 10010 | 1001100 |
Color Harmonies of #CEC9B8
Complementary color
Monochromatic Colors of #CEC9B8
Black with #CEC9B8
Text Example
Text Example
White with #CEC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9B8; }
p { color: rgb(206,201,184); }
H1.HeaderClassName
{
color: #CEC9B8;
}
.AnyTagClassName
{
color: #CEC9B8;
}
</style>
background-color css
<style>
a { background-color: #CEC9B8; }
a { background-color: rgb(206,201,184); }
div.DivClassName
{
background-color: #CEC9B8;
}
.BgClassName
{
background-color: #CEC9B8;
}
</style>
border-color css
<style>
span { border-color: #CEC9B8; }
span { border-color: rgb(206,201,184); }
td.TdClassName
{
border-color: #CEC9B8;
}
.TagClassName
{
border-color: #CEC9B8;
}
</style>