Shades of Chrome White #CECAB4
Tints of Chrome White #CECAB4
RGB
CMYK
RGB Variations
Color information
#CECAB4 (or 0xCECAB4) is known color: Chrome White. HEX triplet: CE, CA and B4. RGB value is (206,202,180). Sum of RGB (Red+Green+Blue) = 206+202+180=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB4 is #31354B. Grayscale: #C8C8C8. Windows color (decimal): -3224908 or 11848398. OLE color: 11848398.
HSL color Cylindrical-coordinate representation of color #CECAB4: hue angle of 50.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECAB4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 180 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.19 |
| HSL | 50.77º | 0.21% | 0.76% | - |
| HSV(B) | 50.77º | 0.13% | 0.81% | - |
| XYZ | 54.81 | 58.66 | 51.61 | - |
| YUV | 200.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 180 | 0 | 0.02 | 0.13 | 0.19 | 50.77 | 0.21 | 0.76 |
| Hex | CE | CA | B4 | 0 | 2 | D | 13 | 33 | 15 | 4C |
| Octal | 316 | 312 | 264 | 0 | 2 | 15 | 23 | 63 | 25 | 114 |
| Binary | 11001110 | 11001010 | 10110100 | 0 | 10 | 1101 | 10011 | 110011 | 10101 | 1001100 |
Color Harmonies of #CECAB4
Complementary color
Monochromatic Colors of #CECAB4
Black with #CECAB4
Text Example
Text Example
White with #CECAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAB4; }
p { color: rgb(206,202,180); }
H1.HeaderClassName
{
color: #CECAB4;
}
.AnyTagClassName
{
color: #CECAB4;
}
</style>
background-color css
<style>
a { background-color: #CECAB4; }
a { background-color: rgb(206,202,180); }
div.DivClassName
{
background-color: #CECAB4;
}
.BgClassName
{
background-color: #CECAB4;
}
</style>
border-color css
<style>
span { border-color: #CECAB4; }
span { border-color: rgb(206,202,180); }
td.TdClassName
{
border-color: #CECAB4;
}
.TagClassName
{
border-color: #CECAB4;
}
</style>