Shades of Maverick #C6AEBA
Tints of Maverick #C6AEBA
RGB
CMYK
RGB Variations
Color information
#C6AEBA (or 0xC6AEBA) is known color: Maverick. HEX triplet: C6, AE and BA. RGB value is (198,174,186). Sum of RGB (Red+Green+Blue) = 198+174+186=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEBA is #395145. Grayscale: #B6B6B6. Windows color (decimal): -3756358 or 12234438. OLE color: 12234438.
HSL color Cylindrical-coordinate representation of color #C6AEBA: hue angle of 330º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AEBA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 186 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.22 |
| HSL | 330º | 0.17% | 0.73% | - |
| HSV(B) | 330º | 0.12% | 0.78% | - |
| XYZ | 47.29 | 45.82 | 52.81 | - |
| YUV | 182.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 186 | 0 | 0.12 | 0.06 | 0.22 | 330 | 0.17 | 0.73 |
| Hex | C6 | AE | BA | 0 | C | 6 | 16 | 14A | 11 | 49 |
| Octal | 306 | 256 | 272 | 0 | 14 | 6 | 26 | 512 | 21 | 111 |
| Binary | 11000110 | 10101110 | 10111010 | 0 | 1100 | 110 | 10110 | 101001010 | 10001 | 1001001 |
Color Harmonies of #C6AEBA
Complementary color
Monochromatic Colors of #C6AEBA
Black with #C6AEBA
Text Example
Text Example
White with #C6AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEBA; }
p { color: rgb(198,174,186); }
H1.HeaderClassName
{
color: #C6AEBA;
}
.AnyTagClassName
{
color: #C6AEBA;
}
</style>
background-color css
<style>
a { background-color: #C6AEBA; }
a { background-color: rgb(198,174,186); }
div.DivClassName
{
background-color: #C6AEBA;
}
.BgClassName
{
background-color: #C6AEBA;
}
</style>
border-color css
<style>
span { border-color: #C6AEBA; }
span { border-color: rgb(198,174,186); }
td.TdClassName
{
border-color: #C6AEBA;
}
.TagClassName
{
border-color: #C6AEBA;
}
</style>