Shades of Maverick #C7ABBB
Tints of Maverick #C7ABBB
RGB
CMYK
RGB Variations
Color information
#C7ABBB (or 0xC7ABBB) is known color: Maverick. HEX triplet: C7, AB and BB. RGB value is (199,171,187). Sum of RGB (Red+Green+Blue) = 199+171+187=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBB is #385444. Grayscale: #B5B5B5. Windows color (decimal): -3691589 or 12299207. OLE color: 12299207.
HSL color Cylindrical-coordinate representation of color #C7ABBB: hue angle of 325.71º 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 #C7ABBB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 187 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 325.71º | 0.2% | 0.73% | - |
| HSV(B) | 325.71º | 0.14% | 0.78% | - |
| XYZ | 47.09 | 44.86 | 53.19 | - |
| YUV | 181.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 187 | 0 | 0.14 | 0.06 | 0.22 | 325.71 | 0.2 | 0.73 |
| Hex | C7 | AB | BB | 0 | E | 6 | 16 | 146 | 14 | 49 |
| Octal | 307 | 253 | 273 | 0 | 16 | 6 | 26 | 506 | 24 | 111 |
| Binary | 11000111 | 10101011 | 10111011 | 0 | 1110 | 110 | 10110 | 101000110 | 10100 | 1001001 |
Color Harmonies of #C7ABBB
Complementary color
Monochromatic Colors of #C7ABBB
Black with #C7ABBB
Text Example
Text Example
White with #C7ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABBB; }
p { color: rgb(199,171,187); }
H1.HeaderClassName
{
color: #C7ABBB;
}
.AnyTagClassName
{
color: #C7ABBB;
}
</style>
background-color css
<style>
a { background-color: #C7ABBB; }
a { background-color: rgb(199,171,187); }
div.DivClassName
{
background-color: #C7ABBB;
}
.BgClassName
{
background-color: #C7ABBB;
}
</style>
border-color css
<style>
span { border-color: #C7ABBB; }
span { border-color: rgb(199,171,187); }
td.TdClassName
{
border-color: #C7ABBB;
}
.TagClassName
{
border-color: #C7ABBB;
}
</style>