Shades of Maverick #CFA1BE
Tints of Maverick #CFA1BE
RGB
CMYK
RGB Variations
Color information
#CFA1BE (or 0xCFA1BE) is known color: Maverick. HEX triplet: CF, A1 and BE. RGB value is (207,161,190). Sum of RGB (Red+Green+Blue) = 207+161+190=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BE is #305E41. Grayscale: #B1B1B1. Windows color (decimal): -3169858 or 12493263. OLE color: 12493263.
HSL color Cylindrical-coordinate representation of color #CFA1BE: hue angle of 322.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1BE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 190 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.19 |
| HSL | 322.17º | 0.32% | 0.72% | - |
| HSV(B) | 322.17º | 0.22% | 0.81% | - |
| XYZ | 47.77 | 42.47 | 54.4 | - |
| YUV | 178.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 190 | 0 | 0.22 | 0.08 | 0.19 | 322.17 | 0.32 | 0.72 |
| Hex | CF | A1 | BE | 0 | 16 | 8 | 13 | 142 | 20 | 48 |
| Octal | 317 | 241 | 276 | 0 | 26 | 10 | 23 | 502 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10111110 | 0 | 10110 | 1000 | 10011 | 101000010 | 100000 | 1001000 |
Color Harmonies of #CFA1BE
Complementary color
Monochromatic Colors of #CFA1BE
Black with #CFA1BE
Text Example
Text Example
White with #CFA1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1BE; }
p { color: rgb(207,161,190); }
H1.HeaderClassName
{
color: #CFA1BE;
}
.AnyTagClassName
{
color: #CFA1BE;
}
</style>
background-color css
<style>
a { background-color: #CFA1BE; }
a { background-color: rgb(207,161,190); }
div.DivClassName
{
background-color: #CFA1BE;
}
.BgClassName
{
background-color: #CFA1BE;
}
</style>
border-color css
<style>
span { border-color: #CFA1BE; }
span { border-color: rgb(207,161,190); }
td.TdClassName
{
border-color: #CFA1BE;
}
.TagClassName
{
border-color: #CFA1BE;
}
</style>