Shades of Maverick #CF9FC2
Tints of Maverick #CF9FC2
RGB
CMYK
RGB Variations
Color information
#CF9FC2 (or 0xCF9FC2) is known color: Maverick. HEX triplet: CF, 9F and C2. RGB value is (207,159,194). Sum of RGB (Red+Green+Blue) = 207+159+194=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC2 is #30603D. Grayscale: #B1B1B1. Windows color (decimal): -3170366 or 12754895. OLE color: 12754895.
HSL color Cylindrical-coordinate representation of color #CF9FC2: hue angle of 316.25º degrees, saturation: 0.33, 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 #CF9FC2 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 194 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.19 |
| HSL | 316.25º | 0.33% | 0.72% | - |
| HSV(B) | 316.25º | 0.23% | 0.81% | - |
| XYZ | 47.87 | 41.96 | 56.61 | - |
| YUV | 177.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 194 | 0 | 0.23 | 0.06 | 0.19 | 316.25 | 0.33 | 0.72 |
| Hex | CF | 9F | C2 | 0 | 17 | 6 | 13 | 13C | 21 | 48 |
| Octal | 317 | 237 | 302 | 0 | 27 | 6 | 23 | 474 | 41 | 110 |
| Binary | 11001111 | 10011111 | 11000010 | 0 | 10111 | 110 | 10011 | 100111100 | 100001 | 1001000 |
Color Harmonies of #CF9FC2
Complementary color
Monochromatic Colors of #CF9FC2
Black with #CF9FC2
Text Example
Text Example
White with #CF9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FC2; }
p { color: rgb(207,159,194); }
H1.HeaderClassName
{
color: #CF9FC2;
}
.AnyTagClassName
{
color: #CF9FC2;
}
</style>
background-color css
<style>
a { background-color: #CF9FC2; }
a { background-color: rgb(207,159,194); }
div.DivClassName
{
background-color: #CF9FC2;
}
.BgClassName
{
background-color: #CF9FC2;
}
</style>
border-color css
<style>
span { border-color: #CF9FC2; }
span { border-color: rgb(207,159,194); }
td.TdClassName
{
border-color: #CF9FC2;
}
.TagClassName
{
border-color: #CF9FC2;
}
</style>