Shades of Maverick #C7ABBD
Tints of Maverick #C7ABBD
RGB
CMYK
RGB Variations
Color information
#C7ABBD (or 0xC7ABBD) is known color: Maverick. HEX triplet: C7, AB and BD. RGB value is (199,171,189). Sum of RGB (Red+Green+Blue) = 199+171+189=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBD is #385442. Grayscale: #B5B5B5. Windows color (decimal): -3691587 or 12430279. OLE color: 12430279.
HSL color Cylindrical-coordinate representation of color #C7ABBD: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ABBD is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 189 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.22 |
| HSL | 321.43º | 0.2% | 0.73% | - |
| HSV(B) | 321.43º | 0.14% | 0.78% | - |
| XYZ | 47.3 | 44.94 | 54.33 | - |
| YUV | 181.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 189 | 0 | 0.14 | 0.05 | 0.22 | 321.43 | 0.2 | 0.73 |
| Hex | C7 | AB | BD | 0 | E | 5 | 16 | 141 | 14 | 49 |
| Octal | 307 | 253 | 275 | 0 | 16 | 5 | 26 | 501 | 24 | 111 |
| Binary | 11000111 | 10101011 | 10111101 | 0 | 1110 | 101 | 10110 | 101000001 | 10100 | 1001001 |
Color Harmonies of #C7ABBD
Complementary color
Monochromatic Colors of #C7ABBD
Black with #C7ABBD
Text Example
Text Example
White with #C7ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABBD; }
p { color: rgb(199,171,189); }
H1.HeaderClassName
{
color: #C7ABBD;
}
.AnyTagClassName
{
color: #C7ABBD;
}
</style>
background-color css
<style>
a { background-color: #C7ABBD; }
a { background-color: rgb(199,171,189); }
div.DivClassName
{
background-color: #C7ABBD;
}
.BgClassName
{
background-color: #C7ABBD;
}
</style>
border-color css
<style>
span { border-color: #C7ABBD; }
span { border-color: rgb(199,171,189); }
td.TdClassName
{
border-color: #C7ABBD;
}
.TagClassName
{
border-color: #C7ABBD;
}
</style>