Shades of Maverick #C9A9BC
Tints of Maverick #C9A9BC
RGB
CMYK
RGB Variations
Color information
#C9A9BC (or 0xC9A9BC) is known color: Maverick. HEX triplet: C9, A9 and BC. RGB value is (201,169,188). Sum of RGB (Red+Green+Blue) = 201+169+188=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9BC is #365643. Grayscale: #B4B4B4. Windows color (decimal): -3561028 or 12364233. OLE color: 12364233.
HSL color Cylindrical-coordinate representation of color #C9A9BC: hue angle of 324.38º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A9BC is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 188 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.21 |
| HSL | 324.38º | 0.23% | 0.73% | - |
| HSV(B) | 324.38º | 0.16% | 0.79% | - |
| XYZ | 47.35 | 44.42 | 53.66 | - |
| YUV | 180.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 188 | 0 | 0.16 | 0.06 | 0.21 | 324.38 | 0.23 | 0.73 |
| Hex | C9 | A9 | BC | 0 | 10 | 6 | 15 | 144 | 17 | 49 |
| Octal | 311 | 251 | 274 | 0 | 20 | 6 | 25 | 504 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10111100 | 0 | 10000 | 110 | 10101 | 101000100 | 10111 | 1001001 |
Color Harmonies of #C9A9BC
Complementary color
Monochromatic Colors of #C9A9BC
Black with #C9A9BC
Text Example
Text Example
White with #C9A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9BC; }
p { color: rgb(201,169,188); }
H1.HeaderClassName
{
color: #C9A9BC;
}
.AnyTagClassName
{
color: #C9A9BC;
}
</style>
background-color css
<style>
a { background-color: #C9A9BC; }
a { background-color: rgb(201,169,188); }
div.DivClassName
{
background-color: #C9A9BC;
}
.BgClassName
{
background-color: #C9A9BC;
}
</style>
border-color css
<style>
span { border-color: #C9A9BC; }
span { border-color: rgb(201,169,188); }
td.TdClassName
{
border-color: #C9A9BC;
}
.TagClassName
{
border-color: #C9A9BC;
}
</style>