Shades of Maverick #C7ADB9
Tints of Maverick #C7ADB9
RGB
CMYK
RGB Variations
Color information
#C7ADB9 (or 0xC7ADB9) is known color: Maverick. HEX triplet: C7, AD and B9. RGB value is (199,173,185). Sum of RGB (Red+Green+Blue) = 199+173+185=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADB9 is #385246. Grayscale: #B6B6B6. Windows color (decimal): -3691079 or 12168647. OLE color: 12168647.
HSL color Cylindrical-coordinate representation of color #C7ADB9: hue angle of 332.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7ADB9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 185 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.22 |
| HSL | 332.31º | 0.19% | 0.73% | - |
| HSV(B) | 332.31º | 0.13% | 0.78% | - |
| XYZ | 47.25 | 45.53 | 52.2 | - |
| YUV | 182.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 185 | 0 | 0.13 | 0.07 | 0.22 | 332.31 | 0.19 | 0.73 |
| Hex | C7 | AD | B9 | 0 | D | 7 | 16 | 14C | 13 | 49 |
| Octal | 307 | 255 | 271 | 0 | 15 | 7 | 26 | 514 | 23 | 111 |
| Binary | 11000111 | 10101101 | 10111001 | 0 | 1101 | 111 | 10110 | 101001100 | 10011 | 1001001 |
Color Harmonies of #C7ADB9
Complementary color
Monochromatic Colors of #C7ADB9
Black with #C7ADB9
Text Example
Text Example
White with #C7ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADB9; }
p { color: rgb(199,173,185); }
H1.HeaderClassName
{
color: #C7ADB9;
}
.AnyTagClassName
{
color: #C7ADB9;
}
</style>
background-color css
<style>
a { background-color: #C7ADB9; }
a { background-color: rgb(199,173,185); }
div.DivClassName
{
background-color: #C7ADB9;
}
.BgClassName
{
background-color: #C7ADB9;
}
</style>
border-color css
<style>
span { border-color: #C7ADB9; }
span { border-color: rgb(199,173,185); }
td.TdClassName
{
border-color: #C7ADB9;
}
.TagClassName
{
border-color: #C7ADB9;
}
</style>