Shades of Maverick #C2AABE
Tints of Maverick #C2AABE
RGB
CMYK
RGB Variations
Color information
#C2AABE (or 0xC2AABE) is known color: Maverick. HEX triplet: C2, AA and BE. RGB value is (194,170,190). Sum of RGB (Red+Green+Blue) = 194+170+190=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AABE is #3D5541. Grayscale: #B3B3B3. Windows color (decimal): -4019522 or 12495554. OLE color: 12495554.
HSL color Cylindrical-coordinate representation of color #C2AABE: hue angle of 310º 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 #C2AABE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 170 | 190 | - |
CMYK | 0 | 0.12 | 0.02 | 0.24 |
HSL | 310º | 0.16% | 0.71% | - |
HSV(B) | 310º | 0.12% | 0.76% | - |
XYZ | 45.92 | 43.94 | 54.78 | - |
YUV | 179.46 | 133.95 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 170 | 190 | 0 | 0.12 | 0.02 | 0.24 | 310 | 0.16 | 0.71 |
Hex | C2 | AA | BE | 0 | C | 2 | 18 | 136 | 10 | 47 |
Octal | 302 | 252 | 276 | 0 | 14 | 2 | 30 | 466 | 20 | 107 |
Binary | 11000010 | 10101010 | 10111110 | 0 | 1100 | 10 | 11000 | 100110110 | 10000 | 1000111 |
Color Harmonies of #C2AABE
Complementary color
Monochromatic Colors of #C2AABE
Black with #C2AABE
Text Example
Text Example
White with #C2AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AABE; }
p { color: rgb(194,170,190); }
H1.HeaderClassName
{
color: #C2AABE;
}
.AnyTagClassName
{
color: #C2AABE;
}
</style>
background-color css
<style>
a { background-color: #C2AABE; }
a { background-color: rgb(194,170,190); }
div.DivClassName
{
background-color: #C2AABE;
}
.BgClassName
{
background-color: #C2AABE;
}
</style>
border-color css
<style>
span { border-color: #C2AABE; }
span { border-color: rgb(194,170,190); }
td.TdClassName
{
border-color: #C2AABE;
}
.TagClassName
{
border-color: #C2AABE;
}
</style>