Shades of Maverick #C9A2BD
Tints of Maverick #C9A2BD
RGB
CMYK
RGB Variations
Color information
#C9A2BD (or 0xC9A2BD) is known color: Maverick. HEX triplet: C9, A2 and BD. RGB value is (201,162,189). Sum of RGB (Red+Green+Blue) = 201+162+189=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2BD is #365D42. Grayscale: #B0B0B0. Windows color (decimal): -3562819 or 12427977. OLE color: 12427977.
HSL color Cylindrical-coordinate representation of color #C9A2BD: hue angle of 318.46º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A2BD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 189 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.21 |
| HSL | 318.46º | 0.27% | 0.71% | - |
| HSV(B) | 318.46º | 0.19% | 0.79% | - |
| XYZ | 46.19 | 41.93 | 53.8 | - |
| YUV | 176.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 189 | 0 | 0.19 | 0.06 | 0.21 | 318.46 | 0.27 | 0.71 |
| Hex | C9 | A2 | BD | 0 | 13 | 6 | 15 | 13E | 1B | 47 |
| Octal | 311 | 242 | 275 | 0 | 23 | 6 | 25 | 476 | 33 | 107 |
| Binary | 11001001 | 10100010 | 10111101 | 0 | 10011 | 110 | 10101 | 100111110 | 11011 | 1000111 |
Color Harmonies of #C9A2BD
Complementary color
Monochromatic Colors of #C9A2BD
Black with #C9A2BD
Text Example
Text Example
White with #C9A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A2BD; }
p { color: rgb(201,162,189); }
H1.HeaderClassName
{
color: #C9A2BD;
}
.AnyTagClassName
{
color: #C9A2BD;
}
</style>
background-color css
<style>
a { background-color: #C9A2BD; }
a { background-color: rgb(201,162,189); }
div.DivClassName
{
background-color: #C9A2BD;
}
.BgClassName
{
background-color: #C9A2BD;
}
</style>
border-color css
<style>
span { border-color: #C9A2BD; }
span { border-color: rgb(201,162,189); }
td.TdClassName
{
border-color: #C9A2BD;
}
.TagClassName
{
border-color: #C9A2BD;
}
</style>