Shades of Maverick #C7ACC1
Tints of Maverick #C7ACC1
RGB
CMYK
RGB Variations
Color information
#C7ACC1 (or 0xC7ACC1) is known color: Maverick. HEX triplet: C7, AC and C1. RGB value is (199,172,193). Sum of RGB (Red+Green+Blue) = 199+172+193=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACC1 is #38533E. Grayscale: #B6B6B6. Windows color (decimal): -3691327 or 12692679. OLE color: 12692679.
HSL color Cylindrical-coordinate representation of color #C7ACC1: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ACC1 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 172 | 193 | - |
CMYK | 0 | 0.14 | 0.03 | 0.22 |
HSL | 313.33º | 0.19% | 0.73% | - |
HSV(B) | 313.33º | 0.14% | 0.78% | - |
XYZ | 47.93 | 45.5 | 56.71 | - |
YUV | 182.47 | 133.95 | 139.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 172 | 193 | 0 | 0.14 | 0.03 | 0.22 | 313.33 | 0.19 | 0.73 |
Hex | C7 | AC | C1 | 0 | E | 3 | 16 | 139 | 13 | 49 |
Octal | 307 | 254 | 301 | 0 | 16 | 3 | 26 | 471 | 23 | 111 |
Binary | 11000111 | 10101100 | 11000001 | 0 | 1110 | 11 | 10110 | 100111001 | 10011 | 1001001 |
Color Harmonies of #C7ACC1
Complementary color
Monochromatic Colors of #C7ACC1
Black with #C7ACC1
Text Example
Text Example
White with #C7ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACC1; }
p { color: rgb(199,172,193); }
H1.HeaderClassName
{
color: #C7ACC1;
}
.AnyTagClassName
{
color: #C7ACC1;
}
</style>
background-color css
<style>
a { background-color: #C7ACC1; }
a { background-color: rgb(199,172,193); }
div.DivClassName
{
background-color: #C7ACC1;
}
.BgClassName
{
background-color: #C7ACC1;
}
</style>
border-color css
<style>
span { border-color: #C7ACC1; }
span { border-color: rgb(199,172,193); }
td.TdClassName
{
border-color: #C7ACC1;
}
.TagClassName
{
border-color: #C7ACC1;
}
</style>