Shades of Maverick #C7AEC1
Tints of Maverick #C7AEC1
RGB
CMYK
RGB Variations
Color information
#C7AEC1 (or 0xC7AEC1) is known color: Maverick. HEX triplet: C7, AE and C1. RGB value is (199,174,193). Sum of RGB (Red+Green+Blue) = 199+174+193=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEC1 is #38513E. Grayscale: #B7B7B7. Windows color (decimal): -3690815 or 12693191. OLE color: 12693191.
HSL color Cylindrical-coordinate representation of color #C7AEC1: hue angle of 314.4º degrees, saturation: 0.18, 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 #C7AEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 174 | 193 | - |
CMYK | 0 | 0.13 | 0.03 | 0.22 |
HSL | 314.4º | 0.18% | 0.73% | - |
HSV(B) | 314.4º | 0.13% | 0.78% | - |
XYZ | 48.31 | 46.26 | 56.84 | - |
YUV | 183.64 | 133.28 | 138.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 174 | 193 | 0 | 0.13 | 0.03 | 0.22 | 314.4 | 0.18 | 0.73 |
Hex | C7 | AE | C1 | 0 | D | 3 | 16 | 13A | 12 | 49 |
Octal | 307 | 256 | 301 | 0 | 15 | 3 | 26 | 472 | 22 | 111 |
Binary | 11000111 | 10101110 | 11000001 | 0 | 1101 | 11 | 10110 | 100111010 | 10010 | 1001001 |
Color Harmonies of #C7AEC1
Complementary color
Monochromatic Colors of #C7AEC1
Black with #C7AEC1
Text Example
Text Example
White with #C7AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEC1; }
p { color: rgb(199,174,193); }
H1.HeaderClassName
{
color: #C7AEC1;
}
.AnyTagClassName
{
color: #C7AEC1;
}
</style>
background-color css
<style>
a { background-color: #C7AEC1; }
a { background-color: rgb(199,174,193); }
div.DivClassName
{
background-color: #C7AEC1;
}
.BgClassName
{
background-color: #C7AEC1;
}
</style>
border-color css
<style>
span { border-color: #C7AEC1; }
span { border-color: rgb(199,174,193); }
td.TdClassName
{
border-color: #C7AEC1;
}
.TagClassName
{
border-color: #C7AEC1;
}
</style>