Shades of Maverick #CF9FC3
Tints of Maverick #CF9FC3
RGB
CMYK
RGB Variations
Color information
#CF9FC3 (or 0xCF9FC3) is known color: Maverick. HEX triplet: CF, 9F and C3. RGB value is (207,159,195). Sum of RGB (Red+Green+Blue) = 207+159+195=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC3 is #30603C. Grayscale: #B1B1B1. Windows color (decimal): -3170365 or 12820431. OLE color: 12820431.
HSL color Cylindrical-coordinate representation of color #CF9FC3: hue angle of 315º 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 #CF9FC3 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 195 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.19 |
| HSL | 315º | 0.33% | 0.72% | - |
| HSV(B) | 315º | 0.23% | 0.81% | - |
| XYZ | 47.98 | 42 | 57.21 | - |
| YUV | 177.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 195 | 0 | 0.23 | 0.06 | 0.19 | 315 | 0.33 | 0.72 |
| Hex | CF | 9F | C3 | 0 | 17 | 6 | 13 | 13B | 21 | 48 |
| Octal | 317 | 237 | 303 | 0 | 27 | 6 | 23 | 473 | 41 | 110 |
| Binary | 11001111 | 10011111 | 11000011 | 0 | 10111 | 110 | 10011 | 100111011 | 100001 | 1001000 |
Color Harmonies of #CF9FC3
Complementary color
Monochromatic Colors of #CF9FC3
Black with #CF9FC3
Text Example
Text Example
White with #CF9FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FC3; }
p { color: rgb(207,159,195); }
H1.HeaderClassName
{
color: #CF9FC3;
}
.AnyTagClassName
{
color: #CF9FC3;
}
</style>
background-color css
<style>
a { background-color: #CF9FC3; }
a { background-color: rgb(207,159,195); }
div.DivClassName
{
background-color: #CF9FC3;
}
.BgClassName
{
background-color: #CF9FC3;
}
</style>
border-color css
<style>
span { border-color: #CF9FC3; }
span { border-color: rgb(207,159,195); }
td.TdClassName
{
border-color: #CF9FC3;
}
.TagClassName
{
border-color: #CF9FC3;
}
</style>