Shades of Maverick #C1AAB9
Tints of Maverick #C1AAB9
RGB
CMYK
RGB Variations
Color information
#C1AAB9 (or 0xC1AAB9) is known color: Maverick. HEX triplet: C1, AA and B9. RGB value is (193,170,185). Sum of RGB (Red+Green+Blue) = 193+170+185=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAB9 is #3E5546. Grayscale: #B2B2B2. Windows color (decimal): -4085063 or 12167873. OLE color: 12167873.
HSL color Cylindrical-coordinate representation of color #C1AAB9: hue angle of 320.87º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1AAB9 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 185 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.24 |
| HSL | 320.87º | 0.16% | 0.71% | - |
| HSV(B) | 320.87º | 0.12% | 0.76% | - |
| XYZ | 45.12 | 43.59 | 51.93 | - |
| YUV | 178.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 185 | 0 | 0.12 | 0.04 | 0.24 | 320.87 | 0.16 | 0.71 |
| Hex | C1 | AA | B9 | 0 | C | 4 | 18 | 141 | 10 | 47 |
| Octal | 301 | 252 | 271 | 0 | 14 | 4 | 30 | 501 | 20 | 107 |
| Binary | 11000001 | 10101010 | 10111001 | 0 | 1100 | 100 | 11000 | 101000001 | 10000 | 1000111 |
Color Harmonies of #C1AAB9
Complementary color
Monochromatic Colors of #C1AAB9
Black with #C1AAB9
Text Example
Text Example
White with #C1AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAB9; }
p { color: rgb(193,170,185); }
H1.HeaderClassName
{
color: #C1AAB9;
}
.AnyTagClassName
{
color: #C1AAB9;
}
</style>
background-color css
<style>
a { background-color: #C1AAB9; }
a { background-color: rgb(193,170,185); }
div.DivClassName
{
background-color: #C1AAB9;
}
.BgClassName
{
background-color: #C1AAB9;
}
</style>
border-color css
<style>
span { border-color: #C1AAB9; }
span { border-color: rgb(193,170,185); }
td.TdClassName
{
border-color: #C1AAB9;
}
.TagClassName
{
border-color: #C1AAB9;
}
</style>