Shades of Maverick #C6ACC1
Tints of Maverick #C6ACC1
RGB
CMYK
RGB Variations
Color information
#C6ACC1 (or 0xC6ACC1) is known color: Maverick. HEX triplet: C6, AC and C1. RGB value is (198,172,193). Sum of RGB (Red+Green+Blue) = 198+172+193=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACC1 is #39533E. Grayscale: #B6B6B6. Windows color (decimal): -3756863 or 12692678. OLE color: 12692678.
HSL color Cylindrical-coordinate representation of color #C6ACC1: hue angle of 311.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACC1 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 193 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.22 |
| HSL | 311.54º | 0.19% | 0.73% | - |
| HSV(B) | 311.54º | 0.13% | 0.78% | - |
| XYZ | 47.67 | 45.36 | 56.7 | - |
| YUV | 182.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 193 | 0 | 0.13 | 0.03 | 0.22 | 311.54 | 0.19 | 0.73 |
| Hex | C6 | AC | C1 | 0 | D | 3 | 16 | 138 | 13 | 49 |
| Octal | 306 | 254 | 301 | 0 | 15 | 3 | 26 | 470 | 23 | 111 |
| Binary | 11000110 | 10101100 | 11000001 | 0 | 1101 | 11 | 10110 | 100111000 | 10011 | 1001001 |
Color Harmonies of #C6ACC1
Complementary color
Monochromatic Colors of #C6ACC1
Black with #C6ACC1
Text Example
Text Example
White with #C6ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACC1; }
p { color: rgb(198,172,193); }
H1.HeaderClassName
{
color: #C6ACC1;
}
.AnyTagClassName
{
color: #C6ACC1;
}
</style>
background-color css
<style>
a { background-color: #C6ACC1; }
a { background-color: rgb(198,172,193); }
div.DivClassName
{
background-color: #C6ACC1;
}
.BgClassName
{
background-color: #C6ACC1;
}
</style>
border-color css
<style>
span { border-color: #C6ACC1; }
span { border-color: rgb(198,172,193); }
td.TdClassName
{
border-color: #C6ACC1;
}
.TagClassName
{
border-color: #C6ACC1;
}
</style>