Shades of Maverick #C9A0C0
Tints of Maverick #C9A0C0
RGB
CMYK
RGB Variations
Color information
#C9A0C0 (or 0xC9A0C0) is known color: Maverick. HEX triplet: C9, A0 and C0. RGB value is (201,160,192). Sum of RGB (Red+Green+Blue) = 201+160+192=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0C0 is #365F3F. Grayscale: #AFAFAF. Windows color (decimal): -3563328 or 12624073. OLE color: 12624073.
HSL color Cylindrical-coordinate representation of color #C9A0C0: hue angle of 313.17º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A0C0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 192 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.21 |
| HSL | 313.17º | 0.28% | 0.71% | - |
| HSV(B) | 313.17º | 0.2% | 0.79% | - |
| XYZ | 46.17 | 41.36 | 55.42 | - |
| YUV | 175.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 192 | 0 | 0.20 | 0.04 | 0.21 | 313.17 | 0.28 | 0.71 |
| Hex | C9 | A0 | C0 | 0 | 14 | 4 | 15 | 139 | 1C | 47 |
| Octal | 311 | 240 | 300 | 0 | 24 | 4 | 25 | 471 | 34 | 107 |
| Binary | 11001001 | 10100000 | 11000000 | 0 | 10100 | 100 | 10101 | 100111001 | 11100 | 1000111 |
Color Harmonies of #C9A0C0
Complementary color
Monochromatic Colors of #C9A0C0
Black with #C9A0C0
Text Example
Text Example
White with #C9A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0C0; }
p { color: rgb(201,160,192); }
H1.HeaderClassName
{
color: #C9A0C0;
}
.AnyTagClassName
{
color: #C9A0C0;
}
</style>
background-color css
<style>
a { background-color: #C9A0C0; }
a { background-color: rgb(201,160,192); }
div.DivClassName
{
background-color: #C9A0C0;
}
.BgClassName
{
background-color: #C9A0C0;
}
</style>
border-color css
<style>
span { border-color: #C9A0C0; }
span { border-color: rgb(201,160,192); }
td.TdClassName
{
border-color: #C9A0C0;
}
.TagClassName
{
border-color: #C9A0C0;
}
</style>