Shades of Maverick #C6ACC2
Tints of Maverick #C6ACC2
RGB
CMYK
RGB Variations
Color information
#C6ACC2 (or 0xC6ACC2) is known color: Maverick. HEX triplet: C6, AC and C2. RGB value is (198,172,194). Sum of RGB (Red+Green+Blue) = 198+172+194=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACC2 is #39533D. Grayscale: #B6B6B6. Windows color (decimal): -3756862 or 12758214. OLE color: 12758214.
HSL color Cylindrical-coordinate representation of color #C6ACC2: hue angle of 309.23º 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 #C6ACC2 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 172 | 194 | - |
CMYK | 0 | 0.13 | 0.02 | 0.22 |
HSL | 309.23º | 0.19% | 0.73% | - |
HSV(B) | 309.23º | 0.13% | 0.78% | - |
XYZ | 47.78 | 45.41 | 57.28 | - |
YUV | 182.28 | 134.61 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 172 | 194 | 0 | 0.13 | 0.02 | 0.22 | 309.23 | 0.19 | 0.73 |
Hex | C6 | AC | C2 | 0 | D | 2 | 16 | 135 | 13 | 49 |
Octal | 306 | 254 | 302 | 0 | 15 | 2 | 26 | 465 | 23 | 111 |
Binary | 11000110 | 10101100 | 11000010 | 0 | 1101 | 10 | 10110 | 100110101 | 10011 | 1001001 |
Color Harmonies of #C6ACC2
Complementary color
Monochromatic Colors of #C6ACC2
Black with #C6ACC2
Text Example
Text Example
White with #C6ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACC2; }
p { color: rgb(198,172,194); }
H1.HeaderClassName
{
color: #C6ACC2;
}
.AnyTagClassName
{
color: #C6ACC2;
}
</style>
background-color css
<style>
a { background-color: #C6ACC2; }
a { background-color: rgb(198,172,194); }
div.DivClassName
{
background-color: #C6ACC2;
}
.BgClassName
{
background-color: #C6ACC2;
}
</style>
border-color css
<style>
span { border-color: #C6ACC2; }
span { border-color: rgb(198,172,194); }
td.TdClassName
{
border-color: #C6ACC2;
}
.TagClassName
{
border-color: #C6ACC2;
}
</style>