Shades of Maverick #C7AFC2
Tints of Maverick #C7AFC2
RGB
CMYK
RGB Variations
Color information
#C7AFC2 (or 0xC7AFC2) is known color: Maverick. HEX triplet: C7, AF and C2. RGB value is (199,175,194). Sum of RGB (Red+Green+Blue) = 199+175+194=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFC2 is #38503D. Grayscale: #B8B8B8. Windows color (decimal): -3690558 or 12758983. OLE color: 12758983.
HSL color Cylindrical-coordinate representation of color #C7AFC2: hue angle of 312.5º degrees, saturation: 0.18, 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 #C7AFC2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 194 | - |
CMYK | 0 | 0.12 | 0.03 | 0.22 |
HSL | 312.5º | 0.18% | 0.73% | - |
HSV(B) | 312.5º | 0.12% | 0.78% | - |
XYZ | 48.62 | 46.7 | 57.49 | - |
YUV | 184.34 | 133.45 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 194 | 0 | 0.12 | 0.03 | 0.22 | 312.5 | 0.18 | 0.73 |
Hex | C7 | AF | C2 | 0 | C | 3 | 16 | 138 | 12 | 49 |
Octal | 307 | 257 | 302 | 0 | 14 | 3 | 26 | 470 | 22 | 111 |
Binary | 11000111 | 10101111 | 11000010 | 0 | 1100 | 11 | 10110 | 100111000 | 10010 | 1001001 |
Color Harmonies of #C7AFC2
Complementary color
Monochromatic Colors of #C7AFC2
Black with #C7AFC2
Text Example
Text Example
White with #C7AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFC2; }
p { color: rgb(199,175,194); }
H1.HeaderClassName
{
color: #C7AFC2;
}
.AnyTagClassName
{
color: #C7AFC2;
}
</style>
background-color css
<style>
a { background-color: #C7AFC2; }
a { background-color: rgb(199,175,194); }
div.DivClassName
{
background-color: #C7AFC2;
}
.BgClassName
{
background-color: #C7AFC2;
}
</style>
border-color css
<style>
span { border-color: #C7AFC2; }
span { border-color: rgb(199,175,194); }
td.TdClassName
{
border-color: #C7AFC2;
}
.TagClassName
{
border-color: #C7AFC2;
}
</style>