Shades of Chrome White #CECBB9
Tints of Chrome White #CECBB9
RGB
CMYK
RGB Variations
Color information
#CECBB9 (or 0xCECBB9) is known color: Chrome White. HEX triplet: CE, CB and B9. RGB value is (206,203,185). Sum of RGB (Red+Green+Blue) = 206+203+185=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBB9 is #313446. Grayscale: #C9C9C9. Windows color (decimal): -3224647 or 12176334. OLE color: 12176334.
HSL color Cylindrical-coordinate representation of color #CECBB9: hue angle of 51.43º degrees, saturation: 0.18, 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 #CECBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 185 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.19 |
| HSL | 51.43º | 0.18% | 0.77% | - |
| HSV(B) | 51.43º | 0.1% | 0.81% | - |
| XYZ | 55.57 | 59.34 | 54.42 | - |
| YUV | 201.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 185 | 0 | 0.01 | 0.10 | 0.19 | 51.43 | 0.18 | 0.77 |
| Hex | CE | CB | B9 | 0 | 1 | A | 13 | 33 | 12 | 4D |
| Octal | 316 | 313 | 271 | 0 | 1 | 12 | 23 | 63 | 22 | 115 |
| Binary | 11001110 | 11001011 | 10111001 | 0 | 1 | 1010 | 10011 | 110011 | 10010 | 1001101 |
Color Harmonies of #CECBB9
Complementary color
Monochromatic Colors of #CECBB9
Black with #CECBB9
Text Example
Text Example
White with #CECBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBB9; }
p { color: rgb(206,203,185); }
H1.HeaderClassName
{
color: #CECBB9;
}
.AnyTagClassName
{
color: #CECBB9;
}
</style>
background-color css
<style>
a { background-color: #CECBB9; }
a { background-color: rgb(206,203,185); }
div.DivClassName
{
background-color: #CECBB9;
}
.BgClassName
{
background-color: #CECBB9;
}
</style>
border-color css
<style>
span { border-color: #CECBB9; }
span { border-color: rgb(206,203,185); }
td.TdClassName
{
border-color: #CECBB9;
}
.TagClassName
{
border-color: #CECBB9;
}
</style>