Shades of Maverick #C7AABB
Tints of Maverick #C7AABB
RGB
CMYK
RGB Variations
Color information
#C7AABB (or 0xC7AABB) is known color: Maverick. HEX triplet: C7, AA and BB. RGB value is (199,170,187). Sum of RGB (Red+Green+Blue) = 199+170+187=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AABB is #385544. Grayscale: #B4B4B4. Windows color (decimal): -3691845 or 12298951. OLE color: 12298951.
HSL color Cylindrical-coordinate representation of color #C7AABB: hue angle of 324.83º 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 #C7AABB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 187 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.22 |
| HSL | 324.83º | 0.21% | 0.72% | - |
| HSV(B) | 324.83º | 0.15% | 0.78% | - |
| XYZ | 46.9 | 44.48 | 53.13 | - |
| YUV | 180.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 187 | 0 | 0.15 | 0.06 | 0.22 | 324.83 | 0.21 | 0.72 |
| Hex | C7 | AA | BB | 0 | F | 6 | 16 | 145 | 15 | 48 |
| Octal | 307 | 252 | 273 | 0 | 17 | 6 | 26 | 505 | 25 | 110 |
| Binary | 11000111 | 10101010 | 10111011 | 0 | 1111 | 110 | 10110 | 101000101 | 10101 | 1001000 |
Color Harmonies of #C7AABB
Complementary color
Monochromatic Colors of #C7AABB
Black with #C7AABB
Text Example
Text Example
White with #C7AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AABB; }
p { color: rgb(199,170,187); }
H1.HeaderClassName
{
color: #C7AABB;
}
.AnyTagClassName
{
color: #C7AABB;
}
</style>
background-color css
<style>
a { background-color: #C7AABB; }
a { background-color: rgb(199,170,187); }
div.DivClassName
{
background-color: #C7AABB;
}
.BgClassName
{
background-color: #C7AABB;
}
</style>
border-color css
<style>
span { border-color: #C7AABB; }
span { border-color: rgb(199,170,187); }
td.TdClassName
{
border-color: #C7AABB;
}
.TagClassName
{
border-color: #C7AABB;
}
</style>