Shades of Maverick #C5AABD
Tints of Maverick #C5AABD
RGB
CMYK
RGB Variations
Color information
#C5AABD (or 0xC5AABD) is known color: Maverick. HEX triplet: C5, AA and BD. RGB value is (197,170,189). Sum of RGB (Red+Green+Blue) = 197+170+189=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABD is #3A5542. Grayscale: #B4B4B4. Windows color (decimal): -3822915 or 12430021. OLE color: 12430021.
HSL color Cylindrical-coordinate representation of color #C5AABD: hue angle of 317.78º 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 #C5AABD is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 189 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.23 |
| HSL | 317.78º | 0.19% | 0.72% | - |
| HSV(B) | 317.78º | 0.14% | 0.77% | - |
| XYZ | 46.59 | 44.29 | 54.24 | - |
| YUV | 180.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 189 | 0 | 0.14 | 0.04 | 0.23 | 317.78 | 0.19 | 0.72 |
| Hex | C5 | AA | BD | 0 | E | 4 | 17 | 13E | 13 | 48 |
| Octal | 305 | 252 | 275 | 0 | 16 | 4 | 27 | 476 | 23 | 110 |
| Binary | 11000101 | 10101010 | 10111101 | 0 | 1110 | 100 | 10111 | 100111110 | 10011 | 1001000 |
Color Harmonies of #C5AABD
Complementary color
Monochromatic Colors of #C5AABD
Black with #C5AABD
Text Example
Text Example
White with #C5AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AABD; }
p { color: rgb(197,170,189); }
H1.HeaderClassName
{
color: #C5AABD;
}
.AnyTagClassName
{
color: #C5AABD;
}
</style>
background-color css
<style>
a { background-color: #C5AABD; }
a { background-color: rgb(197,170,189); }
div.DivClassName
{
background-color: #C5AABD;
}
.BgClassName
{
background-color: #C5AABD;
}
</style>
border-color css
<style>
span { border-color: #C5AABD; }
span { border-color: rgb(197,170,189); }
td.TdClassName
{
border-color: #C5AABD;
}
.TagClassName
{
border-color: #C5AABD;
}
</style>