Shades of Maverick #CFA2C0
Tints of Maverick #CFA2C0
RGB
CMYK
RGB Variations
Color information
#CFA2C0 (or 0xCFA2C0) is known color: Maverick. HEX triplet: CF, A2 and C0. RGB value is (207,162,192). Sum of RGB (Red+Green+Blue) = 207+162+192=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2C0 is #305D3F. Grayscale: #B2B2B2. Windows color (decimal): -3169600 or 12624591. OLE color: 12624591.
HSL color Cylindrical-coordinate representation of color #CFA2C0: hue angle of 320º 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 #CFA2C0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 192 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.19 |
| HSL | 320º | 0.32% | 0.72% | - |
| HSV(B) | 320º | 0.22% | 0.81% | - |
| XYZ | 48.17 | 42.91 | 55.61 | - |
| YUV | 178.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 192 | 0 | 0.22 | 0.07 | 0.19 | 320 | 0.32 | 0.72 |
| Hex | CF | A2 | C0 | 0 | 16 | 7 | 13 | 140 | 20 | 48 |
| Octal | 317 | 242 | 300 | 0 | 26 | 7 | 23 | 500 | 40 | 110 |
| Binary | 11001111 | 10100010 | 11000000 | 0 | 10110 | 111 | 10011 | 101000000 | 100000 | 1001000 |
Color Harmonies of #CFA2C0
Complementary color
Monochromatic Colors of #CFA2C0
Black with #CFA2C0
Text Example
Text Example
White with #CFA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2C0; }
p { color: rgb(207,162,192); }
H1.HeaderClassName
{
color: #CFA2C0;
}
.AnyTagClassName
{
color: #CFA2C0;
}
</style>
background-color css
<style>
a { background-color: #CFA2C0; }
a { background-color: rgb(207,162,192); }
div.DivClassName
{
background-color: #CFA2C0;
}
.BgClassName
{
background-color: #CFA2C0;
}
</style>
border-color css
<style>
span { border-color: #CFA2C0; }
span { border-color: rgb(207,162,192); }
td.TdClassName
{
border-color: #CFA2C0;
}
.TagClassName
{
border-color: #CFA2C0;
}
</style>