Shades of Maverick #C9A4BC
Tints of Maverick #C9A4BC
RGB
CMYK
RGB Variations
Color information
#C9A4BC (or 0xC9A4BC) is known color: Maverick. HEX triplet: C9, A4 and BC. RGB value is (201,164,188). Sum of RGB (Red+Green+Blue) = 201+164+188=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4BC is #365B43. Grayscale: #B1B1B1. Windows color (decimal): -3562308 or 12362953. OLE color: 12362953.
HSL color Cylindrical-coordinate representation of color #C9A4BC: hue angle of 321.08º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A4BC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 188 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.21 |
| HSL | 321.08º | 0.26% | 0.72% | - |
| HSV(B) | 321.08º | 0.18% | 0.79% | - |
| XYZ | 46.44 | 42.6 | 53.35 | - |
| YUV | 177.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 188 | 0 | 0.18 | 0.06 | 0.21 | 321.08 | 0.26 | 0.72 |
| Hex | C9 | A4 | BC | 0 | 12 | 6 | 15 | 141 | 1A | 48 |
| Octal | 311 | 244 | 274 | 0 | 22 | 6 | 25 | 501 | 32 | 110 |
| Binary | 11001001 | 10100100 | 10111100 | 0 | 10010 | 110 | 10101 | 101000001 | 11010 | 1001000 |
Color Harmonies of #C9A4BC
Complementary color
Monochromatic Colors of #C9A4BC
Black with #C9A4BC
Text Example
Text Example
White with #C9A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4BC; }
p { color: rgb(201,164,188); }
H1.HeaderClassName
{
color: #C9A4BC;
}
.AnyTagClassName
{
color: #C9A4BC;
}
</style>
background-color css
<style>
a { background-color: #C9A4BC; }
a { background-color: rgb(201,164,188); }
div.DivClassName
{
background-color: #C9A4BC;
}
.BgClassName
{
background-color: #C9A4BC;
}
</style>
border-color css
<style>
span { border-color: #C9A4BC; }
span { border-color: rgb(201,164,188); }
td.TdClassName
{
border-color: #C9A4BC;
}
.TagClassName
{
border-color: #C9A4BC;
}
</style>