Shades of Maverick #CFA6BC
Tints of Maverick #CFA6BC
RGB
CMYK
RGB Variations
Color information
#CFA6BC (or 0xCFA6BC) is known color: Maverick. HEX triplet: CF, A6 and BC. RGB value is (207,166,188). Sum of RGB (Red+Green+Blue) = 207+166+188=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6BC is #305943. Grayscale: #B4B4B4. Windows color (decimal): -3168580 or 12363471. OLE color: 12363471.
HSL color Cylindrical-coordinate representation of color #CFA6BC: hue angle of 327.8º 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 #CFA6BC is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 188 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.19 |
| HSL | 327.8º | 0.3% | 0.73% | - |
| HSV(B) | 327.8º | 0.2% | 0.81% | - |
| XYZ | 48.45 | 44.17 | 53.55 | - |
| YUV | 180.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 188 | 0 | 0.20 | 0.09 | 0.19 | 327.8 | 0.3 | 0.73 |
| Hex | CF | A6 | BC | 0 | 14 | 9 | 13 | 148 | 1E | 49 |
| Octal | 317 | 246 | 274 | 0 | 24 | 11 | 23 | 510 | 36 | 111 |
| Binary | 11001111 | 10100110 | 10111100 | 0 | 10100 | 1001 | 10011 | 101001000 | 11110 | 1001001 |
Color Harmonies of #CFA6BC
Complementary color
Monochromatic Colors of #CFA6BC
Black with #CFA6BC
Text Example
Text Example
White with #CFA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6BC; }
p { color: rgb(207,166,188); }
H1.HeaderClassName
{
color: #CFA6BC;
}
.AnyTagClassName
{
color: #CFA6BC;
}
</style>
background-color css
<style>
a { background-color: #CFA6BC; }
a { background-color: rgb(207,166,188); }
div.DivClassName
{
background-color: #CFA6BC;
}
.BgClassName
{
background-color: #CFA6BC;
}
</style>
border-color css
<style>
span { border-color: #CFA6BC; }
span { border-color: rgb(207,166,188); }
td.TdClassName
{
border-color: #CFA6BC;
}
.TagClassName
{
border-color: #CFA6BC;
}
</style>