Shades of Maverick #C1AEBA
Tints of Maverick #C1AEBA
RGB
CMYK
RGB Variations
Color information
#C1AEBA (or 0xC1AEBA) is known color: Maverick. HEX triplet: C1, AE and BA. RGB value is (193,174,186). Sum of RGB (Red+Green+Blue) = 193+174+186=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBA is #3E5145. Grayscale: #B5B5B5. Windows color (decimal): -4084038 or 12234433. OLE color: 12234433.
HSL color Cylindrical-coordinate representation of color #C1AEBA: hue angle of 322.11º degrees, saturation: 0.13, 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 #C1AEBA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 186 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.24 |
| HSL | 322.11º | 0.13% | 0.72% | - |
| HSV(B) | 322.11º | 0.1% | 0.76% | - |
| XYZ | 45.99 | 45.15 | 52.75 | - |
| YUV | 181.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 186 | 0 | 0.10 | 0.04 | 0.24 | 322.11 | 0.13 | 0.72 |
| Hex | C1 | AE | BA | 0 | A | 4 | 18 | 142 | D | 48 |
| Octal | 301 | 256 | 272 | 0 | 12 | 4 | 30 | 502 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111010 | 0 | 1010 | 100 | 11000 | 101000010 | 1101 | 1001000 |
Color Harmonies of #C1AEBA
Complementary color
Monochromatic Colors of #C1AEBA
Black with #C1AEBA
Text Example
Text Example
White with #C1AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEBA; }
p { color: rgb(193,174,186); }
H1.HeaderClassName
{
color: #C1AEBA;
}
.AnyTagClassName
{
color: #C1AEBA;
}
</style>
background-color css
<style>
a { background-color: #C1AEBA; }
a { background-color: rgb(193,174,186); }
div.DivClassName
{
background-color: #C1AEBA;
}
.BgClassName
{
background-color: #C1AEBA;
}
</style>
border-color css
<style>
span { border-color: #C1AEBA; }
span { border-color: rgb(193,174,186); }
td.TdClassName
{
border-color: #C1AEBA;
}
.TagClassName
{
border-color: #C1AEBA;
}
</style>