Shades of Maverick #CEA0C0
Tints of Maverick #CEA0C0
RGB
CMYK
RGB Variations
Color information
#CEA0C0 (or 0xCEA0C0) is known color: Maverick. HEX triplet: CE, A0 and C0. RGB value is (206,160,192). Sum of RGB (Red+Green+Blue) = 206+160+192=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0C0 is #315F3F. Grayscale: #B1B1B1. Windows color (decimal): -3235648 or 12624078. OLE color: 12624078.
HSL color Cylindrical-coordinate representation of color #CEA0C0: hue angle of 318.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0C0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 192 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.19 |
| HSL | 318.26º | 0.32% | 0.72% | - |
| HSV(B) | 318.26º | 0.22% | 0.81% | - |
| XYZ | 47.54 | 42.07 | 55.48 | - |
| YUV | 177.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 192 | 0 | 0.22 | 0.07 | 0.19 | 318.26 | 0.32 | 0.72 |
| Hex | CE | A0 | C0 | 0 | 16 | 7 | 13 | 13E | 20 | 48 |
| Octal | 316 | 240 | 300 | 0 | 26 | 7 | 23 | 476 | 40 | 110 |
| Binary | 11001110 | 10100000 | 11000000 | 0 | 10110 | 111 | 10011 | 100111110 | 100000 | 1001000 |
Color Harmonies of #CEA0C0
Complementary color
Monochromatic Colors of #CEA0C0
Black with #CEA0C0
Text Example
Text Example
White with #CEA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0C0; }
p { color: rgb(206,160,192); }
H1.HeaderClassName
{
color: #CEA0C0;
}
.AnyTagClassName
{
color: #CEA0C0;
}
</style>
background-color css
<style>
a { background-color: #CEA0C0; }
a { background-color: rgb(206,160,192); }
div.DivClassName
{
background-color: #CEA0C0;
}
.BgClassName
{
background-color: #CEA0C0;
}
</style>
border-color css
<style>
span { border-color: #CEA0C0; }
span { border-color: rgb(206,160,192); }
td.TdClassName
{
border-color: #CEA0C0;
}
.TagClassName
{
border-color: #CEA0C0;
}
</style>