Shades of Maverick #C4AABC
Tints of Maverick #C4AABC
RGB
CMYK
RGB Variations
Color information
#C4AABC (or 0xC4AABC) is known color: Maverick. HEX triplet: C4, AA and BC. RGB value is (196,170,188). Sum of RGB (Red+Green+Blue) = 196+170+188=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AABC is #3B5543. Grayscale: #B3B3B3. Windows color (decimal): -3888452 or 12364484. OLE color: 12364484.
HSL color Cylindrical-coordinate representation of color #C4AABC: hue angle of 318.46º 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 #C4AABC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 188 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.23 |
| HSL | 318.46º | 0.18% | 0.72% | - |
| HSV(B) | 318.46º | 0.13% | 0.77% | - |
| XYZ | 46.22 | 44.12 | 53.66 | - |
| YUV | 179.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 188 | 0 | 0.13 | 0.04 | 0.23 | 318.46 | 0.18 | 0.72 |
| Hex | C4 | AA | BC | 0 | D | 4 | 17 | 13E | 12 | 48 |
| Octal | 304 | 252 | 274 | 0 | 15 | 4 | 27 | 476 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10111100 | 0 | 1101 | 100 | 10111 | 100111110 | 10010 | 1001000 |
Color Harmonies of #C4AABC
Complementary color
Monochromatic Colors of #C4AABC
Black with #C4AABC
Text Example
Text Example
White with #C4AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AABC; }
p { color: rgb(196,170,188); }
H1.HeaderClassName
{
color: #C4AABC;
}
.AnyTagClassName
{
color: #C4AABC;
}
</style>
background-color css
<style>
a { background-color: #C4AABC; }
a { background-color: rgb(196,170,188); }
div.DivClassName
{
background-color: #C4AABC;
}
.BgClassName
{
background-color: #C4AABC;
}
</style>
border-color css
<style>
span { border-color: #C4AABC; }
span { border-color: rgb(196,170,188); }
td.TdClassName
{
border-color: #C4AABC;
}
.TagClassName
{
border-color: #C4AABC;
}
</style>