Shades of Maverick #C2AEBF
Tints of Maverick #C2AEBF
RGB
CMYK
RGB Variations
Color information
#C2AEBF (or 0xC2AEBF) is known color: Maverick. HEX triplet: C2, AE and BF. RGB value is (194,174,191). Sum of RGB (Red+Green+Blue) = 194+174+191=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBF is #3D5140. Grayscale: #B5B5B5. Windows color (decimal): -4018497 or 12562114. OLE color: 12562114.
HSL color Cylindrical-coordinate representation of color #C2AEBF: hue angle of 309º 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 #C2AEBF is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 191 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.24 |
| HSL | 309º | 0.14% | 0.72% | - |
| HSV(B) | 309º | 0.1% | 0.76% | - |
| XYZ | 46.79 | 45.5 | 55.61 | - |
| YUV | 181.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 191 | 0 | 0.10 | 0.02 | 0.24 | 309 | 0.14 | 0.72 |
| Hex | C2 | AE | BF | 0 | A | 2 | 18 | 135 | E | 48 |
| Octal | 302 | 256 | 277 | 0 | 12 | 2 | 30 | 465 | 16 | 110 |
| Binary | 11000010 | 10101110 | 10111111 | 0 | 1010 | 10 | 11000 | 100110101 | 1110 | 1001000 |
Color Harmonies of #C2AEBF
Complementary color
Monochromatic Colors of #C2AEBF
Black with #C2AEBF
Text Example
Text Example
White with #C2AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEBF; }
p { color: rgb(194,174,191); }
H1.HeaderClassName
{
color: #C2AEBF;
}
.AnyTagClassName
{
color: #C2AEBF;
}
</style>
background-color css
<style>
a { background-color: #C2AEBF; }
a { background-color: rgb(194,174,191); }
div.DivClassName
{
background-color: #C2AEBF;
}
.BgClassName
{
background-color: #C2AEBF;
}
</style>
border-color css
<style>
span { border-color: #C2AEBF; }
span { border-color: rgb(194,174,191); }
td.TdClassName
{
border-color: #C2AEBF;
}
.TagClassName
{
border-color: #C2AEBF;
}
</style>