Shades of Maverick #C1ABBA
Tints of Maverick #C1ABBA
RGB
CMYK
RGB Variations
Color information
#C1ABBA (or 0xC1ABBA) is known color: Maverick. HEX triplet: C1, AB and BA. RGB value is (193,171,186). Sum of RGB (Red+Green+Blue) = 193+171+186=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABBA is #3E5445. Grayscale: #B3B3B3. Windows color (decimal): -4084806 or 12233665. OLE color: 12233665.
HSL color Cylindrical-coordinate representation of color #C1ABBA: hue angle of 319.09º 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 #C1ABBA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 186 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.24 |
| HSL | 319.09º | 0.15% | 0.71% | - |
| HSV(B) | 319.09º | 0.11% | 0.76% | - |
| XYZ | 45.42 | 44.01 | 52.56 | - |
| YUV | 179.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 186 | 0 | 0.11 | 0.04 | 0.24 | 319.09 | 0.15 | 0.71 |
| Hex | C1 | AB | BA | 0 | B | 4 | 18 | 13F | F | 47 |
| Octal | 301 | 253 | 272 | 0 | 13 | 4 | 30 | 477 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10111010 | 0 | 1011 | 100 | 11000 | 100111111 | 1111 | 1000111 |
Color Harmonies of #C1ABBA
Complementary color
Monochromatic Colors of #C1ABBA
Black with #C1ABBA
Text Example
Text Example
White with #C1ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABBA; }
p { color: rgb(193,171,186); }
H1.HeaderClassName
{
color: #C1ABBA;
}
.AnyTagClassName
{
color: #C1ABBA;
}
</style>
background-color css
<style>
a { background-color: #C1ABBA; }
a { background-color: rgb(193,171,186); }
div.DivClassName
{
background-color: #C1ABBA;
}
.BgClassName
{
background-color: #C1ABBA;
}
</style>
border-color css
<style>
span { border-color: #C1ABBA; }
span { border-color: rgb(193,171,186); }
td.TdClassName
{
border-color: #C1ABBA;
}
.TagClassName
{
border-color: #C1ABBA;
}
</style>