Shades of Maverick #C5ABBD
Tints of Maverick #C5ABBD
RGB
CMYK
RGB Variations
Color information
#C5ABBD (or 0xC5ABBD) is known color: Maverick. HEX triplet: C5, AB and BD. RGB value is (197,171,189). Sum of RGB (Red+Green+Blue) = 197+171+189=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABBD is #3A5442. Grayscale: #B4B4B4. Windows color (decimal): -3822659 or 12430277. OLE color: 12430277.
HSL color Cylindrical-coordinate representation of color #C5ABBD: 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 #C5ABBD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 189 | - |
| 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.77 | 44.67 | 54.3 | - |
| YUV | 180.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 189 | 0 | 0.13 | 0.04 | 0.23 | 318.46 | 0.18 | 0.72 |
| Hex | C5 | AB | BD | 0 | D | 4 | 17 | 13E | 12 | 48 |
| Octal | 305 | 253 | 275 | 0 | 15 | 4 | 27 | 476 | 22 | 110 |
| Binary | 11000101 | 10101011 | 10111101 | 0 | 1101 | 100 | 10111 | 100111110 | 10010 | 1001000 |
Color Harmonies of #C5ABBD
Complementary color
Monochromatic Colors of #C5ABBD
Black with #C5ABBD
Text Example
Text Example
White with #C5ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABBD; }
p { color: rgb(197,171,189); }
H1.HeaderClassName
{
color: #C5ABBD;
}
.AnyTagClassName
{
color: #C5ABBD;
}
</style>
background-color css
<style>
a { background-color: #C5ABBD; }
a { background-color: rgb(197,171,189); }
div.DivClassName
{
background-color: #C5ABBD;
}
.BgClassName
{
background-color: #C5ABBD;
}
</style>
border-color css
<style>
span { border-color: #C5ABBD; }
span { border-color: rgb(197,171,189); }
td.TdClassName
{
border-color: #C5ABBD;
}
.TagClassName
{
border-color: #C5ABBD;
}
</style>