Shades of Maverick #C6AFC2
Tints of Maverick #C6AFC2
RGB
CMYK
RGB Variations
Color information
#C6AFC2 (or 0xC6AFC2) is known color: Maverick. HEX triplet: C6, AF and C2. RGB value is (198,175,194). Sum of RGB (Red+Green+Blue) = 198+175+194=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFC2 is #39503D. Grayscale: #B7B7B7. Windows color (decimal): -3756094 or 12758982. OLE color: 12758982.
HSL color Cylindrical-coordinate representation of color #C6AFC2: hue angle of 310.43º degrees, saturation: 0.17, 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 #C6AFC2 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 194 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.22 |
| HSL | 310.43º | 0.17% | 0.73% | - |
| HSV(B) | 310.43º | 0.12% | 0.78% | - |
| XYZ | 48.36 | 46.56 | 57.48 | - |
| YUV | 184.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 194 | 0 | 0.12 | 0.02 | 0.22 | 310.43 | 0.17 | 0.73 |
| Hex | C6 | AF | C2 | 0 | C | 2 | 16 | 136 | 11 | 49 |
| Octal | 306 | 257 | 302 | 0 | 14 | 2 | 26 | 466 | 21 | 111 |
| Binary | 11000110 | 10101111 | 11000010 | 0 | 1100 | 10 | 10110 | 100110110 | 10001 | 1001001 |
Color Harmonies of #C6AFC2
Complementary color
Monochromatic Colors of #C6AFC2
Black with #C6AFC2
Text Example
Text Example
White with #C6AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFC2; }
p { color: rgb(198,175,194); }
H1.HeaderClassName
{
color: #C6AFC2;
}
.AnyTagClassName
{
color: #C6AFC2;
}
</style>
background-color css
<style>
a { background-color: #C6AFC2; }
a { background-color: rgb(198,175,194); }
div.DivClassName
{
background-color: #C6AFC2;
}
.BgClassName
{
background-color: #C6AFC2;
}
</style>
border-color css
<style>
span { border-color: #C6AFC2; }
span { border-color: rgb(198,175,194); }
td.TdClassName
{
border-color: #C6AFC2;
}
.TagClassName
{
border-color: #C6AFC2;
}
</style>