Shades of Chrome White #CECBB8
Tints of Chrome White #CECBB8
RGB
CMYK
RGB Variations
Color information
#CECBB8 (or 0xCECBB8) is known color: Chrome White. HEX triplet: CE, CB and B8. RGB value is (206,203,184). Sum of RGB (Red+Green+Blue) = 206+203+184=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBB8 is #313447. Grayscale: #C9C9C9. Windows color (decimal): -3224648 or 12110798. OLE color: 12110798.
HSL color Cylindrical-coordinate representation of color #CECBB8: hue angle of 51.82º 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 #CECBB8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 184 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.19 |
| HSL | 51.82º | 0.18% | 0.76% | - |
| HSV(B) | 51.82º | 0.11% | 0.81% | - |
| XYZ | 55.46 | 59.29 | 53.87 | - |
| YUV | 201.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 184 | 0 | 0.01 | 0.11 | 0.19 | 51.82 | 0.18 | 0.76 |
| Hex | CE | CB | B8 | 0 | 1 | B | 13 | 34 | 12 | 4C |
| Octal | 316 | 313 | 270 | 0 | 1 | 13 | 23 | 64 | 22 | 114 |
| Binary | 11001110 | 11001011 | 10111000 | 0 | 1 | 1011 | 10011 | 110100 | 10010 | 1001100 |
Color Harmonies of #CECBB8
Complementary color
Monochromatic Colors of #CECBB8
Black with #CECBB8
Text Example
Text Example
White with #CECBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBB8; }
p { color: rgb(206,203,184); }
H1.HeaderClassName
{
color: #CECBB8;
}
.AnyTagClassName
{
color: #CECBB8;
}
</style>
background-color css
<style>
a { background-color: #CECBB8; }
a { background-color: rgb(206,203,184); }
div.DivClassName
{
background-color: #CECBB8;
}
.BgClassName
{
background-color: #CECBB8;
}
</style>
border-color css
<style>
span { border-color: #CECBB8; }
span { border-color: rgb(206,203,184); }
td.TdClassName
{
border-color: #CECBB8;
}
.TagClassName
{
border-color: #CECBB8;
}
</style>