Shades of Maverick #CFA2BE
Tints of Maverick #CFA2BE
RGB
CMYK
RGB Variations
Color information
#CFA2BE (or 0xCFA2BE) is known color: Maverick. HEX triplet: CF, A2 and BE. RGB value is (207,162,190). Sum of RGB (Red+Green+Blue) = 207+162+190=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BE is #305D41. Grayscale: #B2B2B2. Windows color (decimal): -3169602 or 12493519. OLE color: 12493519.
HSL color Cylindrical-coordinate representation of color #CFA2BE: hue angle of 322.67º 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 #CFA2BE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 190 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.19 |
| HSL | 322.67º | 0.32% | 0.72% | - |
| HSV(B) | 322.67º | 0.22% | 0.81% | - |
| XYZ | 47.95 | 42.82 | 54.45 | - |
| YUV | 178.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 190 | 0 | 0.22 | 0.08 | 0.19 | 322.67 | 0.32 | 0.72 |
| Hex | CF | A2 | BE | 0 | 16 | 8 | 13 | 143 | 20 | 48 |
| Octal | 317 | 242 | 276 | 0 | 26 | 10 | 23 | 503 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10111110 | 0 | 10110 | 1000 | 10011 | 101000011 | 100000 | 1001000 |
Color Harmonies of #CFA2BE
Complementary color
Monochromatic Colors of #CFA2BE
Black with #CFA2BE
Text Example
Text Example
White with #CFA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2BE; }
p { color: rgb(207,162,190); }
H1.HeaderClassName
{
color: #CFA2BE;
}
.AnyTagClassName
{
color: #CFA2BE;
}
</style>
background-color css
<style>
a { background-color: #CFA2BE; }
a { background-color: rgb(207,162,190); }
div.DivClassName
{
background-color: #CFA2BE;
}
.BgClassName
{
background-color: #CFA2BE;
}
</style>
border-color css
<style>
span { border-color: #CFA2BE; }
span { border-color: rgb(207,162,190); }
td.TdClassName
{
border-color: #CFA2BE;
}
.TagClassName
{
border-color: #CFA2BE;
}
</style>