Shades of Chrome White #CECAB0
Tints of Chrome White #CECAB0
RGB
CMYK
RGB Variations
Color information
#CECAB0 (or 0xCECAB0) is known color: Chrome White. HEX triplet: CE, CA and B0. RGB value is (206,202,176). Sum of RGB (Red+Green+Blue) = 206+202+176=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAB0 is #31354F. Grayscale: #C8C8C8. Windows color (decimal): -3224912 or 11586254. OLE color: 11586254.
HSL color Cylindrical-coordinate representation of color #CECAB0: hue angle of 52º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECAB0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 176 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.19 |
| HSL | 52º | 0.23% | 0.75% | - |
| HSV(B) | 52º | 0.15% | 0.81% | - |
| XYZ | 54.41 | 58.5 | 49.5 | - |
| YUV | 200.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 176 | 0 | 0.02 | 0.15 | 0.19 | 52 | 0.23 | 0.75 |
| Hex | CE | CA | B0 | 0 | 2 | F | 13 | 34 | 17 | 4B |
| Octal | 316 | 312 | 260 | 0 | 2 | 17 | 23 | 64 | 27 | 113 |
| Binary | 11001110 | 11001010 | 10110000 | 0 | 10 | 1111 | 10011 | 110100 | 10111 | 1001011 |
Color Harmonies of #CECAB0
Complementary color
Monochromatic Colors of #CECAB0
Black with #CECAB0
Text Example
Text Example
White with #CECAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAB0; }
p { color: rgb(206,202,176); }
H1.HeaderClassName
{
color: #CECAB0;
}
.AnyTagClassName
{
color: #CECAB0;
}
</style>
background-color css
<style>
a { background-color: #CECAB0; }
a { background-color: rgb(206,202,176); }
div.DivClassName
{
background-color: #CECAB0;
}
.BgClassName
{
background-color: #CECAB0;
}
</style>
border-color css
<style>
span { border-color: #CECAB0; }
span { border-color: rgb(206,202,176); }
td.TdClassName
{
border-color: #CECAB0;
}
.TagClassName
{
border-color: #CECAB0;
}
</style>