Shades of Maverick #CEA6C0
Tints of Maverick #CEA6C0
RGB
CMYK
RGB Variations
Color information
#CEA6C0 (or 0xCEA6C0) is known color: Maverick. HEX triplet: CE, A6 and C0. RGB value is (206,166,192). Sum of RGB (Red+Green+Blue) = 206+166+192=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6C0 is #31593F. Grayscale: #B4B4B4. Windows color (decimal): -3234112 or 12625614. OLE color: 12625614.
HSL color Cylindrical-coordinate representation of color #CEA6C0: hue angle of 321º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA6C0 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 192 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.19 |
| HSL | 321º | 0.29% | 0.73% | - |
| HSV(B) | 321º | 0.19% | 0.81% | - |
| XYZ | 48.6 | 44.2 | 55.84 | - |
| YUV | 180.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 192 | 0 | 0.19 | 0.07 | 0.19 | 321 | 0.29 | 0.73 |
| Hex | CE | A6 | C0 | 0 | 13 | 7 | 13 | 141 | 1D | 49 |
| Octal | 316 | 246 | 300 | 0 | 23 | 7 | 23 | 501 | 35 | 111 |
| Binary | 11001110 | 10100110 | 11000000 | 0 | 10011 | 111 | 10011 | 101000001 | 11101 | 1001001 |
Color Harmonies of #CEA6C0
Complementary color
Monochromatic Colors of #CEA6C0
Black with #CEA6C0
Text Example
Text Example
White with #CEA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6C0; }
p { color: rgb(206,166,192); }
H1.HeaderClassName
{
color: #CEA6C0;
}
.AnyTagClassName
{
color: #CEA6C0;
}
</style>
background-color css
<style>
a { background-color: #CEA6C0; }
a { background-color: rgb(206,166,192); }
div.DivClassName
{
background-color: #CEA6C0;
}
.BgClassName
{
background-color: #CEA6C0;
}
</style>
border-color css
<style>
span { border-color: #CEA6C0; }
span { border-color: rgb(206,166,192); }
td.TdClassName
{
border-color: #CEA6C0;
}
.TagClassName
{
border-color: #CEA6C0;
}
</style>