Shades of Maverick #CE9FC1
Tints of Maverick #CE9FC1
RGB
CMYK
RGB Variations
Color information
#CE9FC1 (or 0xCE9FC1) is known color: Maverick. HEX triplet: CE, 9F and C1. RGB value is (206,159,193). Sum of RGB (Red+Green+Blue) = 206+159+193=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FC1 is #31603E. Grayscale: #B0B0B0. Windows color (decimal): -3235903 or 12689358. OLE color: 12689358.
HSL color Cylindrical-coordinate representation of color #CE9FC1: hue angle of 316.6º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FC1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 193 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.19 |
| HSL | 316.6º | 0.32% | 0.72% | - |
| HSV(B) | 316.6º | 0.23% | 0.81% | - |
| XYZ | 47.48 | 41.77 | 56.01 | - |
| YUV | 176.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 193 | 0 | 0.23 | 0.06 | 0.19 | 316.6 | 0.32 | 0.72 |
| Hex | CE | 9F | C1 | 0 | 17 | 6 | 13 | 13D | 20 | 48 |
| Octal | 316 | 237 | 301 | 0 | 27 | 6 | 23 | 475 | 40 | 110 |
| Binary | 11001110 | 10011111 | 11000001 | 0 | 10111 | 110 | 10011 | 100111101 | 100000 | 1001000 |
Color Harmonies of #CE9FC1
Complementary color
Monochromatic Colors of #CE9FC1
Black with #CE9FC1
Text Example
Text Example
White with #CE9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FC1; }
p { color: rgb(206,159,193); }
H1.HeaderClassName
{
color: #CE9FC1;
}
.AnyTagClassName
{
color: #CE9FC1;
}
</style>
background-color css
<style>
a { background-color: #CE9FC1; }
a { background-color: rgb(206,159,193); }
div.DivClassName
{
background-color: #CE9FC1;
}
.BgClassName
{
background-color: #CE9FC1;
}
</style>
border-color css
<style>
span { border-color: #CE9FC1; }
span { border-color: rgb(206,159,193); }
td.TdClassName
{
border-color: #CE9FC1;
}
.TagClassName
{
border-color: #CE9FC1;
}
</style>