Shades of Maverick #C1ABBD
Tints of Maverick #C1ABBD
RGB
CMYK
RGB Variations
Color information
#C1ABBD (or 0xC1ABBD) is known color: Maverick. HEX triplet: C1, AB and BD. RGB value is (193,171,189). Sum of RGB (Red+Green+Blue) = 193+171+189=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABBD is #3E5442. Grayscale: #B3B3B3. Windows color (decimal): -4084803 or 12430273. OLE color: 12430273.
HSL color Cylindrical-coordinate representation of color #C1ABBD: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABBD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 189 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.24 |
| HSL | 310.91º | 0.15% | 0.71% | - |
| HSV(B) | 310.91º | 0.11% | 0.76% | - |
| XYZ | 45.74 | 44.14 | 54.25 | - |
| YUV | 179.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 189 | 0 | 0.11 | 0.02 | 0.24 | 310.91 | 0.15 | 0.71 |
| Hex | C1 | AB | BD | 0 | B | 2 | 18 | 137 | F | 47 |
| Octal | 301 | 253 | 275 | 0 | 13 | 2 | 30 | 467 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10111101 | 0 | 1011 | 10 | 11000 | 100110111 | 1111 | 1000111 |
Color Harmonies of #C1ABBD
Complementary color
Monochromatic Colors of #C1ABBD
Black with #C1ABBD
Text Example
Text Example
White with #C1ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABBD; }
p { color: rgb(193,171,189); }
H1.HeaderClassName
{
color: #C1ABBD;
}
.AnyTagClassName
{
color: #C1ABBD;
}
</style>
background-color css
<style>
a { background-color: #C1ABBD; }
a { background-color: rgb(193,171,189); }
div.DivClassName
{
background-color: #C1ABBD;
}
.BgClassName
{
background-color: #C1ABBD;
}
</style>
border-color css
<style>
span { border-color: #C1ABBD; }
span { border-color: rgb(193,171,189); }
td.TdClassName
{
border-color: #C1ABBD;
}
.TagClassName
{
border-color: #C1ABBD;
}
</style>