Shades of Chrome White #CECAB6
Tints of Chrome White #CECAB6
RGB
CMYK
RGB Variations
Color information
#CECAB6 (or 0xCECAB6) is known color: Chrome White. HEX triplet: CE, CA and B6. RGB value is (206,202,182). Sum of RGB (Red+Green+Blue) = 206+202+182=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB6 is #313549. Grayscale: #C9C9C9. Windows color (decimal): -3224906 or 11979470. OLE color: 11979470.
HSL color Cylindrical-coordinate representation of color #CECAB6: hue angle of 50º 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 #CECAB6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 182 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.19 |
| HSL | 50º | 0.2% | 0.76% | - |
| HSV(B) | 50º | 0.12% | 0.81% | - |
| XYZ | 55.02 | 58.74 | 52.69 | - |
| YUV | 200.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 182 | 0 | 0.02 | 0.12 | 0.19 | 50 | 0.2 | 0.76 |
| Hex | CE | CA | B6 | 0 | 2 | C | 13 | 32 | 14 | 4C |
| Octal | 316 | 312 | 266 | 0 | 2 | 14 | 23 | 62 | 24 | 114 |
| Binary | 11001110 | 11001010 | 10110110 | 0 | 10 | 1100 | 10011 | 110010 | 10100 | 1001100 |
Color Harmonies of #CECAB6
Complementary color
Monochromatic Colors of #CECAB6
Black with #CECAB6
Text Example
Text Example
White with #CECAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAB6; }
p { color: rgb(206,202,182); }
H1.HeaderClassName
{
color: #CECAB6;
}
.AnyTagClassName
{
color: #CECAB6;
}
</style>
background-color css
<style>
a { background-color: #CECAB6; }
a { background-color: rgb(206,202,182); }
div.DivClassName
{
background-color: #CECAB6;
}
.BgClassName
{
background-color: #CECAB6;
}
</style>
border-color css
<style>
span { border-color: #CECAB6; }
span { border-color: rgb(206,202,182); }
td.TdClassName
{
border-color: #CECAB6;
}
.TagClassName
{
border-color: #CECAB6;
}
</style>