Shades of Maverick #C7A2BD
Tints of Maverick #C7A2BD
RGB
CMYK
RGB Variations
Color information
#C7A2BD (or 0xC7A2BD) is known color: Maverick. HEX triplet: C7, A2 and BD. RGB value is (199,162,189). Sum of RGB (Red+Green+Blue) = 199+162+189=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2BD is #385D42. Grayscale: #B0B0B0. Windows color (decimal): -3693891 or 12427975. OLE color: 12427975.
HSL color Cylindrical-coordinate representation of color #C7A2BD: hue angle of 316.22º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7A2BD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 189 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.22 |
| HSL | 316.22º | 0.25% | 0.71% | - |
| HSV(B) | 316.22º | 0.19% | 0.78% | - |
| XYZ | 45.66 | 41.66 | 53.78 | - |
| YUV | 176.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 189 | 0 | 0.19 | 0.05 | 0.22 | 316.22 | 0.25 | 0.71 |
| Hex | C7 | A2 | BD | 0 | 13 | 5 | 16 | 13C | 19 | 47 |
| Octal | 307 | 242 | 275 | 0 | 23 | 5 | 26 | 474 | 31 | 107 |
| Binary | 11000111 | 10100010 | 10111101 | 0 | 10011 | 101 | 10110 | 100111100 | 11001 | 1000111 |
Color Harmonies of #C7A2BD
Complementary color
Monochromatic Colors of #C7A2BD
Black with #C7A2BD
Text Example
Text Example
White with #C7A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A2BD; }
p { color: rgb(199,162,189); }
H1.HeaderClassName
{
color: #C7A2BD;
}
.AnyTagClassName
{
color: #C7A2BD;
}
</style>
background-color css
<style>
a { background-color: #C7A2BD; }
a { background-color: rgb(199,162,189); }
div.DivClassName
{
background-color: #C7A2BD;
}
.BgClassName
{
background-color: #C7A2BD;
}
</style>
border-color css
<style>
span { border-color: #C7A2BD; }
span { border-color: rgb(199,162,189); }
td.TdClassName
{
border-color: #C7A2BD;
}
.TagClassName
{
border-color: #C7A2BD;
}
</style>