Shades of Maverick #CEA6C1
Tints of Maverick #CEA6C1
RGB
CMYK
RGB Variations
Color information
#CEA6C1 (or 0xCEA6C1) is known color: Maverick. HEX triplet: CE, A6 and C1. RGB value is (206,166,193). Sum of RGB (Red+Green+Blue) = 206+166+193=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6C1 is #31593E. Grayscale: #B4B4B4. Windows color (decimal): -3234111 or 12691150. OLE color: 12691150.
HSL color Cylindrical-coordinate representation of color #CEA6C1: hue angle of 319.5º 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 #CEA6C1 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 193 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.19 |
| HSL | 319.5º | 0.29% | 0.73% | - |
| HSV(B) | 319.5º | 0.19% | 0.81% | - |
| XYZ | 48.72 | 44.24 | 56.42 | - |
| YUV | 181.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 193 | 0 | 0.19 | 0.06 | 0.19 | 319.5 | 0.29 | 0.73 |
| Hex | CE | A6 | C1 | 0 | 13 | 6 | 13 | 140 | 1D | 49 |
| Octal | 316 | 246 | 301 | 0 | 23 | 6 | 23 | 500 | 35 | 111 |
| Binary | 11001110 | 10100110 | 11000001 | 0 | 10011 | 110 | 10011 | 101000000 | 11101 | 1001001 |
Color Harmonies of #CEA6C1
Complementary color
Monochromatic Colors of #CEA6C1
Black with #CEA6C1
Text Example
Text Example
White with #CEA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6C1; }
p { color: rgb(206,166,193); }
H1.HeaderClassName
{
color: #CEA6C1;
}
.AnyTagClassName
{
color: #CEA6C1;
}
</style>
background-color css
<style>
a { background-color: #CEA6C1; }
a { background-color: rgb(206,166,193); }
div.DivClassName
{
background-color: #CEA6C1;
}
.BgClassName
{
background-color: #CEA6C1;
}
</style>
border-color css
<style>
span { border-color: #CEA6C1; }
span { border-color: rgb(206,166,193); }
td.TdClassName
{
border-color: #CEA6C1;
}
.TagClassName
{
border-color: #CEA6C1;
}
</style>