Shades of Maverick #C2AEBA
Tints of Maverick #C2AEBA
RGB
CMYK
RGB Variations
Color information
#C2AEBA (or 0xC2AEBA) is known color: Maverick. HEX triplet: C2, AE and BA. RGB value is (194,174,186). Sum of RGB (Red+Green+Blue) = 194+174+186=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBA is #3D5145. Grayscale: #B5B5B5. Windows color (decimal): -4018502 or 12234434. OLE color: 12234434.
HSL color Cylindrical-coordinate representation of color #C2AEBA: hue angle of 324º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AEBA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 186 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.24 |
| HSL | 324º | 0.14% | 0.72% | - |
| HSV(B) | 324º | 0.1% | 0.76% | - |
| XYZ | 46.25 | 45.29 | 52.76 | - |
| YUV | 181.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 186 | 0 | 0.10 | 0.04 | 0.24 | 324 | 0.14 | 0.72 |
| Hex | C2 | AE | BA | 0 | A | 4 | 18 | 144 | E | 48 |
| Octal | 302 | 256 | 272 | 0 | 12 | 4 | 30 | 504 | 16 | 110 |
| Binary | 11000010 | 10101110 | 10111010 | 0 | 1010 | 100 | 11000 | 101000100 | 1110 | 1001000 |
Color Harmonies of #C2AEBA
Complementary color
Monochromatic Colors of #C2AEBA
Black with #C2AEBA
Text Example
Text Example
White with #C2AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEBA; }
p { color: rgb(194,174,186); }
H1.HeaderClassName
{
color: #C2AEBA;
}
.AnyTagClassName
{
color: #C2AEBA;
}
</style>
background-color css
<style>
a { background-color: #C2AEBA; }
a { background-color: rgb(194,174,186); }
div.DivClassName
{
background-color: #C2AEBA;
}
.BgClassName
{
background-color: #C2AEBA;
}
</style>
border-color css
<style>
span { border-color: #C2AEBA; }
span { border-color: rgb(194,174,186); }
td.TdClassName
{
border-color: #C2AEBA;
}
.TagClassName
{
border-color: #C2AEBA;
}
</style>