Shades of Chrome White #CECBBA
Tints of Chrome White #CECBBA
RGB
CMYK
RGB Variations
Color information
#CECBBA (or 0xCECBBA) is known color: Chrome White. HEX triplet: CE, CB and BA. RGB value is (206,203,186). Sum of RGB (Red+Green+Blue) = 206+203+186=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBBA is #313445. Grayscale: #CACACA. Windows color (decimal): -3224646 or 12241870. OLE color: 12241870.
HSL color Cylindrical-coordinate representation of color #CECBBA: hue angle of 51º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECBBA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 186 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.19 |
| HSL | 51º | 0.17% | 0.77% | - |
| HSV(B) | 51º | 0.1% | 0.81% | - |
| XYZ | 55.67 | 59.38 | 54.98 | - |
| YUV | 201.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 186 | 0 | 0.01 | 0.10 | 0.19 | 51 | 0.17 | 0.77 |
| Hex | CE | CB | BA | 0 | 1 | A | 13 | 33 | 11 | 4D |
| Octal | 316 | 313 | 272 | 0 | 1 | 12 | 23 | 63 | 21 | 115 |
| Binary | 11001110 | 11001011 | 10111010 | 0 | 1 | 1010 | 10011 | 110011 | 10001 | 1001101 |
Color Harmonies of #CECBBA
Complementary color
Monochromatic Colors of #CECBBA
Black with #CECBBA
Text Example
Text Example
White with #CECBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBBA; }
p { color: rgb(206,203,186); }
H1.HeaderClassName
{
color: #CECBBA;
}
.AnyTagClassName
{
color: #CECBBA;
}
</style>
background-color css
<style>
a { background-color: #CECBBA; }
a { background-color: rgb(206,203,186); }
div.DivClassName
{
background-color: #CECBBA;
}
.BgClassName
{
background-color: #CECBBA;
}
</style>
border-color css
<style>
span { border-color: #CECBBA; }
span { border-color: rgb(206,203,186); }
td.TdClassName
{
border-color: #CECBBA;
}
.TagClassName
{
border-color: #CECBBA;
}
</style>