Shades of Maverick #CE9EC1
Tints of Maverick #CE9EC1
RGB
CMYK
RGB Variations
Color information
#CE9EC1 (or 0xCE9EC1) is known color: Maverick. HEX triplet: CE, 9E and C1. RGB value is (206,158,193). Sum of RGB (Red+Green+Blue) = 206+158+193=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EC1 is #31613E. Grayscale: #B0B0B0. Windows color (decimal): -3236159 or 12689102. OLE color: 12689102.
HSL color Cylindrical-coordinate representation of color #CE9EC1: hue angle of 316.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EC1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 193 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.19 |
| HSL | 316.25º | 0.33% | 0.71% | - |
| HSV(B) | 316.25º | 0.23% | 0.81% | - |
| XYZ | 47.31 | 41.43 | 55.95 | - |
| YUV | 176.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 193 | 0 | 0.23 | 0.06 | 0.19 | 316.25 | 0.33 | 0.71 |
| Hex | CE | 9E | C1 | 0 | 17 | 6 | 13 | 13C | 21 | 47 |
| Octal | 316 | 236 | 301 | 0 | 27 | 6 | 23 | 474 | 41 | 107 |
| Binary | 11001110 | 10011110 | 11000001 | 0 | 10111 | 110 | 10011 | 100111100 | 100001 | 1000111 |
Color Harmonies of #CE9EC1
Complementary color
Monochromatic Colors of #CE9EC1
Black with #CE9EC1
Text Example
Text Example
White with #CE9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EC1; }
p { color: rgb(206,158,193); }
H1.HeaderClassName
{
color: #CE9EC1;
}
.AnyTagClassName
{
color: #CE9EC1;
}
</style>
background-color css
<style>
a { background-color: #CE9EC1; }
a { background-color: rgb(206,158,193); }
div.DivClassName
{
background-color: #CE9EC1;
}
.BgClassName
{
background-color: #CE9EC1;
}
</style>
border-color css
<style>
span { border-color: #CE9EC1; }
span { border-color: rgb(206,158,193); }
td.TdClassName
{
border-color: #CE9EC1;
}
.TagClassName
{
border-color: #CE9EC1;
}
</style>