Shades of Maverick #CF9EC1
Tints of Maverick #CF9EC1
RGB
CMYK
RGB Variations
Color information
#CF9EC1 (or 0xCF9EC1) is known color: Maverick. HEX triplet: CF, 9E and C1. RGB value is (207,158,193). Sum of RGB (Red+Green+Blue) = 207+158+193=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EC1 is #30613E. Grayscale: #B0B0B0. Windows color (decimal): -3170623 or 12689103. OLE color: 12689103.
HSL color Cylindrical-coordinate representation of color #CF9EC1: hue angle of 317.14º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9EC1 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 193 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.19 |
| HSL | 317.14º | 0.34% | 0.72% | - |
| HSV(B) | 317.14º | 0.24% | 0.81% | - |
| XYZ | 47.58 | 41.57 | 55.97 | - |
| YUV | 176.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 193 | 0 | 0.24 | 0.07 | 0.19 | 317.14 | 0.34 | 0.72 |
| Hex | CF | 9E | C1 | 0 | 18 | 7 | 13 | 13D | 22 | 48 |
| Octal | 317 | 236 | 301 | 0 | 30 | 7 | 23 | 475 | 42 | 110 |
| Binary | 11001111 | 10011110 | 11000001 | 0 | 11000 | 111 | 10011 | 100111101 | 100010 | 1001000 |
Color Harmonies of #CF9EC1
Complementary color
Monochromatic Colors of #CF9EC1
Black with #CF9EC1
Text Example
Text Example
White with #CF9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EC1; }
p { color: rgb(207,158,193); }
H1.HeaderClassName
{
color: #CF9EC1;
}
.AnyTagClassName
{
color: #CF9EC1;
}
</style>
background-color css
<style>
a { background-color: #CF9EC1; }
a { background-color: rgb(207,158,193); }
div.DivClassName
{
background-color: #CF9EC1;
}
.BgClassName
{
background-color: #CF9EC1;
}
</style>
border-color css
<style>
span { border-color: #CF9EC1; }
span { border-color: rgb(207,158,193); }
td.TdClassName
{
border-color: #CF9EC1;
}
.TagClassName
{
border-color: #CF9EC1;
}
</style>