Shades of Maverick #C7A8BD
Tints of Maverick #C7A8BD
RGB
CMYK
RGB Variations
Color information
#C7A8BD (or 0xC7A8BD) is known color: Maverick. HEX triplet: C7, A8 and BD. RGB value is (199,168,189). Sum of RGB (Red+Green+Blue) = 199+168+189=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8BD is #385742. Grayscale: #B3B3B3. Windows color (decimal): -3692355 or 12429511. OLE color: 12429511.
HSL color Cylindrical-coordinate representation of color #C7A8BD: hue angle of 319.35º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7A8BD is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 189 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.22 |
| HSL | 319.35º | 0.22% | 0.72% | - |
| HSV(B) | 319.35º | 0.16% | 0.78% | - |
| XYZ | 46.74 | 43.82 | 54.14 | - |
| YUV | 179.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 189 | 0 | 0.16 | 0.05 | 0.22 | 319.35 | 0.22 | 0.72 |
| Hex | C7 | A8 | BD | 0 | 10 | 5 | 16 | 13F | 16 | 48 |
| Octal | 307 | 250 | 275 | 0 | 20 | 5 | 26 | 477 | 26 | 110 |
| Binary | 11000111 | 10101000 | 10111101 | 0 | 10000 | 101 | 10110 | 100111111 | 10110 | 1001000 |
Color Harmonies of #C7A8BD
Complementary color
Monochromatic Colors of #C7A8BD
Black with #C7A8BD
Text Example
Text Example
White with #C7A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8BD; }
p { color: rgb(199,168,189); }
H1.HeaderClassName
{
color: #C7A8BD;
}
.AnyTagClassName
{
color: #C7A8BD;
}
</style>
background-color css
<style>
a { background-color: #C7A8BD; }
a { background-color: rgb(199,168,189); }
div.DivClassName
{
background-color: #C7A8BD;
}
.BgClassName
{
background-color: #C7A8BD;
}
</style>
border-color css
<style>
span { border-color: #C7A8BD; }
span { border-color: rgb(199,168,189); }
td.TdClassName
{
border-color: #C7A8BD;
}
.TagClassName
{
border-color: #C7A8BD;
}
</style>