Shades of Maverick #C7ADBD
Tints of Maverick #C7ADBD
RGB
CMYK
RGB Variations
Color information
#C7ADBD (or 0xC7ADBD) is known color: Maverick. HEX triplet: C7, AD and BD. RGB value is (199,173,189). Sum of RGB (Red+Green+Blue) = 199+173+189=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADBD is #385242. Grayscale: #B6B6B6. Windows color (decimal): -3691075 or 12430791. OLE color: 12430791.
HSL color Cylindrical-coordinate representation of color #C7ADBD: hue angle of 323.08º 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 #C7ADBD is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 189 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.22 |
| HSL | 323.08º | 0.19% | 0.73% | - |
| HSV(B) | 323.08º | 0.13% | 0.78% | - |
| XYZ | 47.68 | 45.7 | 54.45 | - |
| YUV | 182.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 189 | 0 | 0.13 | 0.05 | 0.22 | 323.08 | 0.19 | 0.73 |
| Hex | C7 | AD | BD | 0 | D | 5 | 16 | 143 | 13 | 49 |
| Octal | 307 | 255 | 275 | 0 | 15 | 5 | 26 | 503 | 23 | 111 |
| Binary | 11000111 | 10101101 | 10111101 | 0 | 1101 | 101 | 10110 | 101000011 | 10011 | 1001001 |
Color Harmonies of #C7ADBD
Complementary color
Monochromatic Colors of #C7ADBD
Black with #C7ADBD
Text Example
Text Example
White with #C7ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADBD; }
p { color: rgb(199,173,189); }
H1.HeaderClassName
{
color: #C7ADBD;
}
.AnyTagClassName
{
color: #C7ADBD;
}
</style>
background-color css
<style>
a { background-color: #C7ADBD; }
a { background-color: rgb(199,173,189); }
div.DivClassName
{
background-color: #C7ADBD;
}
.BgClassName
{
background-color: #C7ADBD;
}
</style>
border-color css
<style>
span { border-color: #C7ADBD; }
span { border-color: rgb(199,173,189); }
td.TdClassName
{
border-color: #C7ADBD;
}
.TagClassName
{
border-color: #C7ADBD;
}
</style>