Shades of Maverick #C0AABB
Tints of Maverick #C0AABB
RGB
CMYK
RGB Variations
Color information
#C0AABB (or 0xC0AABB) is known color: Maverick. HEX triplet: C0, AA and BB. RGB value is (192,170,187). Sum of RGB (Red+Green+Blue) = 192+170+187=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AABB is #3F5544. Grayscale: #B2B2B2. Windows color (decimal): -4150597 or 12298944. OLE color: 12298944.
HSL color Cylindrical-coordinate representation of color #C0AABB: hue angle of 313.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AABB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 187 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.25 |
| HSL | 313.64º | 0.15% | 0.71% | - |
| HSV(B) | 313.64º | 0.11% | 0.75% | - |
| XYZ | 45.08 | 43.54 | 53.04 | - |
| YUV | 178.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 187 | 0 | 0.11 | 0.03 | 0.25 | 313.64 | 0.15 | 0.71 |
| Hex | C0 | AA | BB | 0 | B | 3 | 19 | 13A | F | 47 |
| Octal | 300 | 252 | 273 | 0 | 13 | 3 | 31 | 472 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10111011 | 0 | 1011 | 11 | 11001 | 100111010 | 1111 | 1000111 |
Color Harmonies of #C0AABB
Complementary color
Monochromatic Colors of #C0AABB
Black with #C0AABB
Text Example
Text Example
White with #C0AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AABB; }
p { color: rgb(192,170,187); }
H1.HeaderClassName
{
color: #C0AABB;
}
.AnyTagClassName
{
color: #C0AABB;
}
</style>
background-color css
<style>
a { background-color: #C0AABB; }
a { background-color: rgb(192,170,187); }
div.DivClassName
{
background-color: #C0AABB;
}
.BgClassName
{
background-color: #C0AABB;
}
</style>
border-color css
<style>
span { border-color: #C0AABB; }
span { border-color: rgb(192,170,187); }
td.TdClassName
{
border-color: #C0AABB;
}
.TagClassName
{
border-color: #C0AABB;
}
</style>