Shades of Maverick #C5AABC
Tints of Maverick #C5AABC
RGB
CMYK
RGB Variations
Color information
#C5AABC (or 0xC5AABC) is known color: Maverick. HEX triplet: C5, AA and BC. RGB value is (197,170,188). Sum of RGB (Red+Green+Blue) = 197+170+188=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABC is #3A5543. Grayscale: #B4B4B4. Windows color (decimal): -3822916 or 12364485. OLE color: 12364485.
HSL color Cylindrical-coordinate representation of color #C5AABC: hue angle of 320º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AABC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 188 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.23 |
| HSL | 320º | 0.19% | 0.72% | - |
| HSV(B) | 320º | 0.14% | 0.77% | - |
| XYZ | 46.48 | 44.25 | 53.67 | - |
| YUV | 180.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 188 | 0 | 0.14 | 0.05 | 0.23 | 320 | 0.19 | 0.72 |
| Hex | C5 | AA | BC | 0 | E | 5 | 17 | 140 | 13 | 48 |
| Octal | 305 | 252 | 274 | 0 | 16 | 5 | 27 | 500 | 23 | 110 |
| Binary | 11000101 | 10101010 | 10111100 | 0 | 1110 | 101 | 10111 | 101000000 | 10011 | 1001000 |
Color Harmonies of #C5AABC
Complementary color
Monochromatic Colors of #C5AABC
Black with #C5AABC
Text Example
Text Example
White with #C5AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AABC; }
p { color: rgb(197,170,188); }
H1.HeaderClassName
{
color: #C5AABC;
}
.AnyTagClassName
{
color: #C5AABC;
}
</style>
background-color css
<style>
a { background-color: #C5AABC; }
a { background-color: rgb(197,170,188); }
div.DivClassName
{
background-color: #C5AABC;
}
.BgClassName
{
background-color: #C5AABC;
}
</style>
border-color css
<style>
span { border-color: #C5AABC; }
span { border-color: rgb(197,170,188); }
td.TdClassName
{
border-color: #C5AABC;
}
.TagClassName
{
border-color: #C5AABC;
}
</style>