Shades of Maverick #CFA6C1
Tints of Maverick #CFA6C1
RGB
CMYK
RGB Variations
Color information
#CFA6C1 (or 0xCFA6C1) is known color: Maverick. HEX triplet: CF, A6 and C1. RGB value is (207,166,193). Sum of RGB (Red+Green+Blue) = 207+166+193=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C1 is #30593E. Grayscale: #B5B5B5. Windows color (decimal): -3168575 or 12691151. OLE color: 12691151.
HSL color Cylindrical-coordinate representation of color #CFA6C1: hue angle of 320.49º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6C1 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 193 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.19 |
| HSL | 320.49º | 0.3% | 0.73% | - |
| HSV(B) | 320.49º | 0.2% | 0.81% | - |
| XYZ | 48.99 | 44.39 | 56.44 | - |
| YUV | 181.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 193 | 0 | 0.20 | 0.07 | 0.19 | 320.49 | 0.3 | 0.73 |
| Hex | CF | A6 | C1 | 0 | 14 | 7 | 13 | 140 | 1E | 49 |
| Octal | 317 | 246 | 301 | 0 | 24 | 7 | 23 | 500 | 36 | 111 |
| Binary | 11001111 | 10100110 | 11000001 | 0 | 10100 | 111 | 10011 | 101000000 | 11110 | 1001001 |
Color Harmonies of #CFA6C1
Complementary color
Monochromatic Colors of #CFA6C1
Black with #CFA6C1
Text Example
Text Example
White with #CFA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6C1; }
p { color: rgb(207,166,193); }
H1.HeaderClassName
{
color: #CFA6C1;
}
.AnyTagClassName
{
color: #CFA6C1;
}
</style>
background-color css
<style>
a { background-color: #CFA6C1; }
a { background-color: rgb(207,166,193); }
div.DivClassName
{
background-color: #CFA6C1;
}
.BgClassName
{
background-color: #CFA6C1;
}
</style>
border-color css
<style>
span { border-color: #CFA6C1; }
span { border-color: rgb(207,166,193); }
td.TdClassName
{
border-color: #CFA6C1;
}
.TagClassName
{
border-color: #CFA6C1;
}
</style>