Shades of Maverick #C5ABBC
Tints of Maverick #C5ABBC
RGB
CMYK
RGB Variations
Color information
#C5ABBC (or 0xC5ABBC) is known color: Maverick. HEX triplet: C5, AB and BC. RGB value is (197,171,188). Sum of RGB (Red+Green+Blue) = 197+171+188=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABBC is #3A5443. Grayscale: #B4B4B4. Windows color (decimal): -3822660 or 12364741. OLE color: 12364741.
HSL color Cylindrical-coordinate representation of color #C5ABBC: hue angle of 320.77º 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 #C5ABBC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 188 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.23 |
| HSL | 320.77º | 0.18% | 0.72% | - |
| HSV(B) | 320.77º | 0.13% | 0.77% | - |
| XYZ | 46.67 | 44.63 | 53.73 | - |
| YUV | 180.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 188 | 0 | 0.13 | 0.05 | 0.23 | 320.77 | 0.18 | 0.72 |
| Hex | C5 | AB | BC | 0 | D | 5 | 17 | 141 | 12 | 48 |
| Octal | 305 | 253 | 274 | 0 | 15 | 5 | 27 | 501 | 22 | 110 |
| Binary | 11000101 | 10101011 | 10111100 | 0 | 1101 | 101 | 10111 | 101000001 | 10010 | 1001000 |
Color Harmonies of #C5ABBC
Complementary color
Monochromatic Colors of #C5ABBC
Black with #C5ABBC
Text Example
Text Example
White with #C5ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABBC; }
p { color: rgb(197,171,188); }
H1.HeaderClassName
{
color: #C5ABBC;
}
.AnyTagClassName
{
color: #C5ABBC;
}
</style>
background-color css
<style>
a { background-color: #C5ABBC; }
a { background-color: rgb(197,171,188); }
div.DivClassName
{
background-color: #C5ABBC;
}
.BgClassName
{
background-color: #C5ABBC;
}
</style>
border-color css
<style>
span { border-color: #C5ABBC; }
span { border-color: rgb(197,171,188); }
td.TdClassName
{
border-color: #C5ABBC;
}
.TagClassName
{
border-color: #C5ABBC;
}
</style>