Shades of Maverick #C9AFBE
Tints of Maverick #C9AFBE
RGB
CMYK
RGB Variations
Color information
#C9AFBE (or 0xC9AFBE) is known color: Maverick. HEX triplet: C9, AF and BE. RGB value is (201,175,190). Sum of RGB (Red+Green+Blue) = 201+175+190=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBE is #365041. Grayscale: #B8B8B8. Windows color (decimal): -3559490 or 12496841. OLE color: 12496841.
HSL color Cylindrical-coordinate representation of color #C9AFBE: hue angle of 325.38º 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 #C9AFBE is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 190 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.21 |
| HSL | 325.38º | 0.19% | 0.74% | - |
| HSV(B) | 325.38º | 0.13% | 0.79% | - |
| XYZ | 48.71 | 46.8 | 55.18 | - |
| YUV | 184.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 190 | 0 | 0.13 | 0.05 | 0.21 | 325.38 | 0.19 | 0.74 |
| Hex | C9 | AF | BE | 0 | D | 5 | 15 | 145 | 13 | 4A |
| Octal | 311 | 257 | 276 | 0 | 15 | 5 | 25 | 505 | 23 | 112 |
| Binary | 11001001 | 10101111 | 10111110 | 0 | 1101 | 101 | 10101 | 101000101 | 10011 | 1001010 |
Color Harmonies of #C9AFBE
Complementary color
Monochromatic Colors of #C9AFBE
Black with #C9AFBE
Text Example
Text Example
White with #C9AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFBE; }
p { color: rgb(201,175,190); }
H1.HeaderClassName
{
color: #C9AFBE;
}
.AnyTagClassName
{
color: #C9AFBE;
}
</style>
background-color css
<style>
a { background-color: #C9AFBE; }
a { background-color: rgb(201,175,190); }
div.DivClassName
{
background-color: #C9AFBE;
}
.BgClassName
{
background-color: #C9AFBE;
}
</style>
border-color css
<style>
span { border-color: #C9AFBE; }
span { border-color: rgb(201,175,190); }
td.TdClassName
{
border-color: #C9AFBE;
}
.TagClassName
{
border-color: #C9AFBE;
}
</style>