Shades of Maverick #C7ABBC
Tints of Maverick #C7ABBC
RGB
CMYK
RGB Variations
Color information
#C7ABBC (or 0xC7ABBC) is known color: Maverick. HEX triplet: C7, AB and BC. RGB value is (199,171,188). Sum of RGB (Red+Green+Blue) = 199+171+188=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBC is #385443. Grayscale: #B5B5B5. Windows color (decimal): -3691588 or 12364743. OLE color: 12364743.
HSL color Cylindrical-coordinate representation of color #C7ABBC: hue angle of 323.57º 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 #C7ABBC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 188 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 323.57º | 0.2% | 0.73% | - |
| HSV(B) | 323.57º | 0.14% | 0.78% | - |
| XYZ | 47.19 | 44.9 | 53.76 | - |
| YUV | 181.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 188 | 0 | 0.14 | 0.06 | 0.22 | 323.57 | 0.2 | 0.73 |
| Hex | C7 | AB | BC | 0 | E | 6 | 16 | 144 | 14 | 49 |
| Octal | 307 | 253 | 274 | 0 | 16 | 6 | 26 | 504 | 24 | 111 |
| Binary | 11000111 | 10101011 | 10111100 | 0 | 1110 | 110 | 10110 | 101000100 | 10100 | 1001001 |
Color Harmonies of #C7ABBC
Complementary color
Monochromatic Colors of #C7ABBC
Black with #C7ABBC
Text Example
Text Example
White with #C7ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABBC; }
p { color: rgb(199,171,188); }
H1.HeaderClassName
{
color: #C7ABBC;
}
.AnyTagClassName
{
color: #C7ABBC;
}
</style>
background-color css
<style>
a { background-color: #C7ABBC; }
a { background-color: rgb(199,171,188); }
div.DivClassName
{
background-color: #C7ABBC;
}
.BgClassName
{
background-color: #C7ABBC;
}
</style>
border-color css
<style>
span { border-color: #C7ABBC; }
span { border-color: rgb(199,171,188); }
td.TdClassName
{
border-color: #C7ABBC;
}
.TagClassName
{
border-color: #C7ABBC;
}
</style>