Shades of Maverick #CF9CC1
Tints of Maverick #CF9CC1
RGB
CMYK
RGB Variations
Color information
#CF9CC1 (or 0xCF9CC1) is known color: Maverick. HEX triplet: CF, 9C and C1. RGB value is (207,156,193). Sum of RGB (Red+Green+Blue) = 207+156+193=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CC1 is #30633E. Grayscale: #AFAFAF. Windows color (decimal): -3171135 or 12688591. OLE color: 12688591.
HSL color Cylindrical-coordinate representation of color #CF9CC1: hue angle of 316.47º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9CC1 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 193 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.19 |
| HSL | 316.47º | 0.35% | 0.71% | - |
| HSV(B) | 316.47º | 0.25% | 0.81% | - |
| XYZ | 47.25 | 40.89 | 55.86 | - |
| YUV | 175.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 193 | 0 | 0.25 | 0.07 | 0.19 | 316.47 | 0.35 | 0.71 |
| Hex | CF | 9C | C1 | 0 | 19 | 7 | 13 | 13C | 23 | 47 |
| Octal | 317 | 234 | 301 | 0 | 31 | 7 | 23 | 474 | 43 | 107 |
| Binary | 11001111 | 10011100 | 11000001 | 0 | 11001 | 111 | 10011 | 100111100 | 100011 | 1000111 |
Color Harmonies of #CF9CC1
Complementary color
Monochromatic Colors of #CF9CC1
Black with #CF9CC1
Text Example
Text Example
White with #CF9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CC1; }
p { color: rgb(207,156,193); }
H1.HeaderClassName
{
color: #CF9CC1;
}
.AnyTagClassName
{
color: #CF9CC1;
}
</style>
background-color css
<style>
a { background-color: #CF9CC1; }
a { background-color: rgb(207,156,193); }
div.DivClassName
{
background-color: #CF9CC1;
}
.BgClassName
{
background-color: #CF9CC1;
}
</style>
border-color css
<style>
span { border-color: #CF9CC1; }
span { border-color: rgb(207,156,193); }
td.TdClassName
{
border-color: #CF9CC1;
}
.TagClassName
{
border-color: #CF9CC1;
}
</style>