Shades of Maverick #C7A9BC
Tints of Maverick #C7A9BC
RGB
CMYK
RGB Variations
Color information
#C7A9BC (or 0xC7A9BC) is known color: Maverick. HEX triplet: C7, A9 and BC. RGB value is (199,169,188). Sum of RGB (Red+Green+Blue) = 199+169+188=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9BC is #385643. Grayscale: #B4B4B4. Windows color (decimal): -3692100 or 12364231. OLE color: 12364231.
HSL color Cylindrical-coordinate representation of color #C7A9BC: hue angle of 322º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9BC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 188 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.22 |
| HSL | 322º | 0.21% | 0.72% | - |
| HSV(B) | 322º | 0.15% | 0.78% | - |
| XYZ | 46.82 | 44.15 | 53.63 | - |
| YUV | 180.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 188 | 0 | 0.15 | 0.06 | 0.22 | 322 | 0.21 | 0.72 |
| Hex | C7 | A9 | BC | 0 | F | 6 | 16 | 142 | 15 | 48 |
| Octal | 307 | 251 | 274 | 0 | 17 | 6 | 26 | 502 | 25 | 110 |
| Binary | 11000111 | 10101001 | 10111100 | 0 | 1111 | 110 | 10110 | 101000010 | 10101 | 1001000 |
Color Harmonies of #C7A9BC
Complementary color
Monochromatic Colors of #C7A9BC
Black with #C7A9BC
Text Example
Text Example
White with #C7A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9BC; }
p { color: rgb(199,169,188); }
H1.HeaderClassName
{
color: #C7A9BC;
}
.AnyTagClassName
{
color: #C7A9BC;
}
</style>
background-color css
<style>
a { background-color: #C7A9BC; }
a { background-color: rgb(199,169,188); }
div.DivClassName
{
background-color: #C7A9BC;
}
.BgClassName
{
background-color: #C7A9BC;
}
</style>
border-color css
<style>
span { border-color: #C7A9BC; }
span { border-color: rgb(199,169,188); }
td.TdClassName
{
border-color: #C7A9BC;
}
.TagClassName
{
border-color: #C7A9BC;
}
</style>