Shades of Maverick #CEA4C0
Tints of Maverick #CEA4C0
RGB
CMYK
RGB Variations
Color information
#CEA4C0 (or 0xCEA4C0) is known color: Maverick. HEX triplet: CE, A4 and C0. RGB value is (206,164,192). Sum of RGB (Red+Green+Blue) = 206+164+192=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4C0 is #315B3F. Grayscale: #B3B3B3. Windows color (decimal): -3234624 or 12625102. OLE color: 12625102.
HSL color Cylindrical-coordinate representation of color #CEA4C0: hue angle of 320º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4C0 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 192 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.19 |
| HSL | 320º | 0.3% | 0.73% | - |
| HSV(B) | 320º | 0.2% | 0.81% | - |
| XYZ | 48.24 | 43.48 | 55.72 | - |
| YUV | 179.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 192 | 0 | 0.20 | 0.07 | 0.19 | 320 | 0.3 | 0.73 |
| Hex | CE | A4 | C0 | 0 | 14 | 7 | 13 | 140 | 1E | 49 |
| Octal | 316 | 244 | 300 | 0 | 24 | 7 | 23 | 500 | 36 | 111 |
| Binary | 11001110 | 10100100 | 11000000 | 0 | 10100 | 111 | 10011 | 101000000 | 11110 | 1001001 |
Color Harmonies of #CEA4C0
Complementary color
Monochromatic Colors of #CEA4C0
Black with #CEA4C0
Text Example
Text Example
White with #CEA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4C0; }
p { color: rgb(206,164,192); }
H1.HeaderClassName
{
color: #CEA4C0;
}
.AnyTagClassName
{
color: #CEA4C0;
}
</style>
background-color css
<style>
a { background-color: #CEA4C0; }
a { background-color: rgb(206,164,192); }
div.DivClassName
{
background-color: #CEA4C0;
}
.BgClassName
{
background-color: #CEA4C0;
}
</style>
border-color css
<style>
span { border-color: #CEA4C0; }
span { border-color: rgb(206,164,192); }
td.TdClassName
{
border-color: #CEA4C0;
}
.TagClassName
{
border-color: #CEA4C0;
}
</style>