Shades of Maverick #CF9DC1
Tints of Maverick #CF9DC1
RGB
CMYK
RGB Variations
Color information
#CF9DC1 (or 0xCF9DC1) is known color: Maverick. HEX triplet: CF, 9D and C1. RGB value is (207,157,193). Sum of RGB (Red+Green+Blue) = 207+157+193=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DC1 is #30623E. Grayscale: #AFAFAF. Windows color (decimal): -3170879 or 12688847. OLE color: 12688847.
HSL color Cylindrical-coordinate representation of color #CF9DC1: hue angle of 316.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DC1 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 193 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.19 |
| HSL | 316.8º | 0.34% | 0.71% | - |
| HSV(B) | 316.8º | 0.24% | 0.81% | - |
| XYZ | 47.41 | 41.23 | 55.91 | - |
| YUV | 176.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 193 | 0 | 0.24 | 0.07 | 0.19 | 316.8 | 0.34 | 0.71 |
| Hex | CF | 9D | C1 | 0 | 18 | 7 | 13 | 13D | 22 | 47 |
| Octal | 317 | 235 | 301 | 0 | 30 | 7 | 23 | 475 | 42 | 107 |
| Binary | 11001111 | 10011101 | 11000001 | 0 | 11000 | 111 | 10011 | 100111101 | 100010 | 1000111 |
Color Harmonies of #CF9DC1
Complementary color
Monochromatic Colors of #CF9DC1
Black with #CF9DC1
Text Example
Text Example
White with #CF9DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DC1; }
p { color: rgb(207,157,193); }
H1.HeaderClassName
{
color: #CF9DC1;
}
.AnyTagClassName
{
color: #CF9DC1;
}
</style>
background-color css
<style>
a { background-color: #CF9DC1; }
a { background-color: rgb(207,157,193); }
div.DivClassName
{
background-color: #CF9DC1;
}
.BgClassName
{
background-color: #CF9DC1;
}
</style>
border-color css
<style>
span { border-color: #CF9DC1; }
span { border-color: rgb(207,157,193); }
td.TdClassName
{
border-color: #CF9DC1;
}
.TagClassName
{
border-color: #CF9DC1;
}
</style>