Shades of Maverick #CF9FC0
Tints of Maverick #CF9FC0
RGB
CMYK
RGB Variations
Color information
#CF9FC0 (or 0xCF9FC0) is known color: Maverick. HEX triplet: CF, 9F and C0. RGB value is (207,159,192). Sum of RGB (Red+Green+Blue) = 207+159+192=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC0 is #30603F. Grayscale: #B1B1B1. Windows color (decimal): -3170368 or 12623823. OLE color: 12623823.
HSL color Cylindrical-coordinate representation of color #CF9FC0: hue angle of 318.75º 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 #CF9FC0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 192 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.19 |
| HSL | 318.75º | 0.33% | 0.72% | - |
| HSV(B) | 318.75º | 0.23% | 0.81% | - |
| XYZ | 47.64 | 41.87 | 55.44 | - |
| YUV | 177.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 192 | 0 | 0.23 | 0.07 | 0.19 | 318.75 | 0.33 | 0.72 |
| Hex | CF | 9F | C0 | 0 | 17 | 7 | 13 | 13F | 21 | 48 |
| Octal | 317 | 237 | 300 | 0 | 27 | 7 | 23 | 477 | 41 | 110 |
| Binary | 11001111 | 10011111 | 11000000 | 0 | 10111 | 111 | 10011 | 100111111 | 100001 | 1001000 |
Color Harmonies of #CF9FC0
Complementary color
Monochromatic Colors of #CF9FC0
Black with #CF9FC0
Text Example
Text Example
White with #CF9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FC0; }
p { color: rgb(207,159,192); }
H1.HeaderClassName
{
color: #CF9FC0;
}
.AnyTagClassName
{
color: #CF9FC0;
}
</style>
background-color css
<style>
a { background-color: #CF9FC0; }
a { background-color: rgb(207,159,192); }
div.DivClassName
{
background-color: #CF9FC0;
}
.BgClassName
{
background-color: #CF9FC0;
}
</style>
border-color css
<style>
span { border-color: #CF9FC0; }
span { border-color: rgb(207,159,192); }
td.TdClassName
{
border-color: #CF9FC0;
}
.TagClassName
{
border-color: #CF9FC0;
}
</style>