Shades of Maverick #CEA1C0
Tints of Maverick #CEA1C0
RGB
CMYK
RGB Variations
Color information
#CEA1C0 (or 0xCEA1C0) is known color: Maverick. HEX triplet: CE, A1 and C0. RGB value is (206,161,192). Sum of RGB (Red+Green+Blue) = 206+161+192=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1C0 is #315E3F. Grayscale: #B1B1B1. Windows color (decimal): -3235392 or 12624334. OLE color: 12624334.
HSL color Cylindrical-coordinate representation of color #CEA1C0: hue angle of 318.67º degrees, saturation: 0.31, 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 #CEA1C0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 192 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.19 |
| HSL | 318.67º | 0.31% | 0.72% | - |
| HSV(B) | 318.67º | 0.22% | 0.81% | - |
| XYZ | 47.71 | 42.42 | 55.54 | - |
| YUV | 177.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 192 | 0 | 0.22 | 0.07 | 0.19 | 318.67 | 0.31 | 0.72 |
| Hex | CE | A1 | C0 | 0 | 16 | 7 | 13 | 13F | 1F | 48 |
| Octal | 316 | 241 | 300 | 0 | 26 | 7 | 23 | 477 | 37 | 110 |
| Binary | 11001110 | 10100001 | 11000000 | 0 | 10110 | 111 | 10011 | 100111111 | 11111 | 1001000 |
Color Harmonies of #CEA1C0
Complementary color
Monochromatic Colors of #CEA1C0
Black with #CEA1C0
Text Example
Text Example
White with #CEA1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1C0; }
p { color: rgb(206,161,192); }
H1.HeaderClassName
{
color: #CEA1C0;
}
.AnyTagClassName
{
color: #CEA1C0;
}
</style>
background-color css
<style>
a { background-color: #CEA1C0; }
a { background-color: rgb(206,161,192); }
div.DivClassName
{
background-color: #CEA1C0;
}
.BgClassName
{
background-color: #CEA1C0;
}
</style>
border-color css
<style>
span { border-color: #CEA1C0; }
span { border-color: rgb(206,161,192); }
td.TdClassName
{
border-color: #CEA1C0;
}
.TagClassName
{
border-color: #CEA1C0;
}
</style>