Shades of Chrome White #CECBB6
Tints of Chrome White #CECBB6
RGB
CMYK
RGB Variations
Color information
#CECBB6 (or 0xCECBB6) is known color: Chrome White. HEX triplet: CE, CB and B6. RGB value is (206,203,182). Sum of RGB (Red+Green+Blue) = 206+203+182=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBB6 is #313449. Grayscale: #C9C9C9. Windows color (decimal): -3224650 or 11979726. OLE color: 11979726.
HSL color Cylindrical-coordinate representation of color #CECBB6: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECBB6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 182 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.19 |
| HSL | 52.5º | 0.2% | 0.76% | - |
| HSV(B) | 52.5º | 0.12% | 0.81% | - |
| XYZ | 55.25 | 59.21 | 52.77 | - |
| YUV | 201.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 182 | 0 | 0.01 | 0.12 | 0.19 | 52.5 | 0.2 | 0.76 |
| Hex | CE | CB | B6 | 0 | 1 | C | 13 | 34 | 14 | 4C |
| Octal | 316 | 313 | 266 | 0 | 1 | 14 | 23 | 64 | 24 | 114 |
| Binary | 11001110 | 11001011 | 10110110 | 0 | 1 | 1100 | 10011 | 110100 | 10100 | 1001100 |
Color Harmonies of #CECBB6
Complementary color
Monochromatic Colors of #CECBB6
Black with #CECBB6
Text Example
Text Example
White with #CECBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBB6; }
p { color: rgb(206,203,182); }
H1.HeaderClassName
{
color: #CECBB6;
}
.AnyTagClassName
{
color: #CECBB6;
}
</style>
background-color css
<style>
a { background-color: #CECBB6; }
a { background-color: rgb(206,203,182); }
div.DivClassName
{
background-color: #CECBB6;
}
.BgClassName
{
background-color: #CECBB6;
}
</style>
border-color css
<style>
span { border-color: #CECBB6; }
span { border-color: rgb(206,203,182); }
td.TdClassName
{
border-color: #CECBB6;
}
.TagClassName
{
border-color: #CECBB6;
}
</style>