Shades of Maverick #CFA6BB
Tints of Maverick #CFA6BB
RGB
CMYK
RGB Variations
Color information
#CFA6BB (or 0xCFA6BB) is known color: Maverick. HEX triplet: CF, A6 and BB. RGB value is (207,166,187). Sum of RGB (Red+Green+Blue) = 207+166+187=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6BB is #305944. Grayscale: #B4B4B4. Windows color (decimal): -3168581 or 12297935. OLE color: 12297935.
HSL color Cylindrical-coordinate representation of color #CFA6BB: hue angle of 329.27º 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 #CFA6BB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 187 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.19 |
| HSL | 329.27º | 0.3% | 0.73% | - |
| HSV(B) | 329.27º | 0.2% | 0.81% | - |
| XYZ | 48.34 | 44.13 | 52.98 | - |
| YUV | 180.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 187 | 0 | 0.20 | 0.10 | 0.19 | 329.27 | 0.3 | 0.73 |
| Hex | CF | A6 | BB | 0 | 14 | A | 13 | 149 | 1E | 49 |
| Octal | 317 | 246 | 273 | 0 | 24 | 12 | 23 | 511 | 36 | 111 |
| Binary | 11001111 | 10100110 | 10111011 | 0 | 10100 | 1010 | 10011 | 101001001 | 11110 | 1001001 |
Color Harmonies of #CFA6BB
Complementary color
Monochromatic Colors of #CFA6BB
Black with #CFA6BB
Text Example
Text Example
White with #CFA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6BB; }
p { color: rgb(207,166,187); }
H1.HeaderClassName
{
color: #CFA6BB;
}
.AnyTagClassName
{
color: #CFA6BB;
}
</style>
background-color css
<style>
a { background-color: #CFA6BB; }
a { background-color: rgb(207,166,187); }
div.DivClassName
{
background-color: #CFA6BB;
}
.BgClassName
{
background-color: #CFA6BB;
}
</style>
border-color css
<style>
span { border-color: #CFA6BB; }
span { border-color: rgb(207,166,187); }
td.TdClassName
{
border-color: #CFA6BB;
}
.TagClassName
{
border-color: #CFA6BB;
}
</style>