Shades of Maverick #C9AFB9
Tints of Maverick #C9AFB9
RGB
CMYK
RGB Variations
Color information
#C9AFB9 (or 0xC9AFB9) is known color: Maverick. HEX triplet: C9, AF and B9. RGB value is (201,175,185). Sum of RGB (Red+Green+Blue) = 201+175+185=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFB9 is #365046. Grayscale: #B7B7B7. Windows color (decimal): -3559495 or 12169161. OLE color: 12169161.
HSL color Cylindrical-coordinate representation of color #C9AFB9: hue angle of 336.92º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AFB9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 185 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.21 |
| HSL | 336.92º | 0.19% | 0.74% | - |
| HSV(B) | 336.92º | 0.13% | 0.79% | - |
| XYZ | 48.17 | 46.58 | 52.35 | - |
| YUV | 183.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 185 | 0 | 0.13 | 0.08 | 0.21 | 336.92 | 0.19 | 0.74 |
| Hex | C9 | AF | B9 | 0 | D | 8 | 15 | 151 | 13 | 4A |
| Octal | 311 | 257 | 271 | 0 | 15 | 10 | 25 | 521 | 23 | 112 |
| Binary | 11001001 | 10101111 | 10111001 | 0 | 1101 | 1000 | 10101 | 101010001 | 10011 | 1001010 |
Color Harmonies of #C9AFB9
Complementary color
Monochromatic Colors of #C9AFB9
Black with #C9AFB9
Text Example
Text Example
White with #C9AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFB9; }
p { color: rgb(201,175,185); }
H1.HeaderClassName
{
color: #C9AFB9;
}
.AnyTagClassName
{
color: #C9AFB9;
}
</style>
background-color css
<style>
a { background-color: #C9AFB9; }
a { background-color: rgb(201,175,185); }
div.DivClassName
{
background-color: #C9AFB9;
}
.BgClassName
{
background-color: #C9AFB9;
}
</style>
border-color css
<style>
span { border-color: #C9AFB9; }
span { border-color: rgb(201,175,185); }
td.TdClassName
{
border-color: #C9AFB9;
}
.TagClassName
{
border-color: #C9AFB9;
}
</style>