Shades of Maverick #CFA3C0
Tints of Maverick #CFA3C0
RGB
CMYK
RGB Variations
Color information
#CFA3C0 (or 0xCFA3C0) is known color: Maverick. HEX triplet: CF, A3 and C0. RGB value is (207,163,192). Sum of RGB (Red+Green+Blue) = 207+163+192=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3C0 is #305C3F. Grayscale: #B3B3B3. Windows color (decimal): -3169344 or 12624847. OLE color: 12624847.
HSL color Cylindrical-coordinate representation of color #CFA3C0: hue angle of 320.45º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA3C0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 192 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.19 |
| HSL | 320.45º | 0.31% | 0.73% | - |
| HSV(B) | 320.45º | 0.21% | 0.81% | - |
| XYZ | 48.34 | 43.27 | 55.67 | - |
| YUV | 179.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 192 | 0 | 0.21 | 0.07 | 0.19 | 320.45 | 0.31 | 0.73 |
| Hex | CF | A3 | C0 | 0 | 15 | 7 | 13 | 140 | 1F | 49 |
| Octal | 317 | 243 | 300 | 0 | 25 | 7 | 23 | 500 | 37 | 111 |
| Binary | 11001111 | 10100011 | 11000000 | 0 | 10101 | 111 | 10011 | 101000000 | 11111 | 1001001 |
Color Harmonies of #CFA3C0
Complementary color
Monochromatic Colors of #CFA3C0
Black with #CFA3C0
Text Example
Text Example
White with #CFA3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3C0; }
p { color: rgb(207,163,192); }
H1.HeaderClassName
{
color: #CFA3C0;
}
.AnyTagClassName
{
color: #CFA3C0;
}
</style>
background-color css
<style>
a { background-color: #CFA3C0; }
a { background-color: rgb(207,163,192); }
div.DivClassName
{
background-color: #CFA3C0;
}
.BgClassName
{
background-color: #CFA3C0;
}
</style>
border-color css
<style>
span { border-color: #CFA3C0; }
span { border-color: rgb(207,163,192); }
td.TdClassName
{
border-color: #CFA3C0;
}
.TagClassName
{
border-color: #CFA3C0;
}
</style>