Shades of Maverick #C4AABD
Tints of Maverick #C4AABD
RGB
CMYK
RGB Variations
Color information
#C4AABD (or 0xC4AABD) is known color: Maverick. HEX triplet: C4, AA and BD. RGB value is (196,170,189). Sum of RGB (Red+Green+Blue) = 196+170+189=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AABD is #3B5542. Grayscale: #B3B3B3. Windows color (decimal): -3888451 or 12430020. OLE color: 12430020.
HSL color Cylindrical-coordinate representation of color #C4AABD: hue angle of 316.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AABD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 189 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.23 |
| HSL | 316.15º | 0.18% | 0.72% | - |
| HSV(B) | 316.15º | 0.13% | 0.77% | - |
| XYZ | 46.32 | 44.16 | 54.23 | - |
| YUV | 179.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 189 | 0 | 0.13 | 0.04 | 0.23 | 316.15 | 0.18 | 0.72 |
| Hex | C4 | AA | BD | 0 | D | 4 | 17 | 13C | 12 | 48 |
| Octal | 304 | 252 | 275 | 0 | 15 | 4 | 27 | 474 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10111101 | 0 | 1101 | 100 | 10111 | 100111100 | 10010 | 1001000 |
Color Harmonies of #C4AABD
Complementary color
Monochromatic Colors of #C4AABD
Black with #C4AABD
Text Example
Text Example
White with #C4AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AABD; }
p { color: rgb(196,170,189); }
H1.HeaderClassName
{
color: #C4AABD;
}
.AnyTagClassName
{
color: #C4AABD;
}
</style>
background-color css
<style>
a { background-color: #C4AABD; }
a { background-color: rgb(196,170,189); }
div.DivClassName
{
background-color: #C4AABD;
}
.BgClassName
{
background-color: #C4AABD;
}
</style>
border-color css
<style>
span { border-color: #C4AABD; }
span { border-color: rgb(196,170,189); }
td.TdClassName
{
border-color: #C4AABD;
}
.TagClassName
{
border-color: #C4AABD;
}
</style>