Shades of Maverick #C6AFC1
Tints of Maverick #C6AFC1
RGB
CMYK
RGB Variations
Color information
#C6AFC1 (or 0xC6AFC1) is known color: Maverick. HEX triplet: C6, AF and C1. RGB value is (198,175,193). Sum of RGB (Red+Green+Blue) = 198+175+193=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFC1 is #39503E. Grayscale: #B7B7B7. Windows color (decimal): -3756095 or 12693446. OLE color: 12693446.
HSL color Cylindrical-coordinate representation of color #C6AFC1: hue angle of 313.04º 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 #C6AFC1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 193 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.22 |
| HSL | 313.04º | 0.17% | 0.73% | - |
| HSV(B) | 313.04º | 0.12% | 0.78% | - |
| XYZ | 48.24 | 46.52 | 56.89 | - |
| YUV | 183.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 193 | 0 | 0.12 | 0.03 | 0.22 | 313.04 | 0.17 | 0.73 |
| Hex | C6 | AF | C1 | 0 | C | 3 | 16 | 139 | 11 | 49 |
| Octal | 306 | 257 | 301 | 0 | 14 | 3 | 26 | 471 | 21 | 111 |
| Binary | 11000110 | 10101111 | 11000001 | 0 | 1100 | 11 | 10110 | 100111001 | 10001 | 1001001 |
Color Harmonies of #C6AFC1
Complementary color
Monochromatic Colors of #C6AFC1
Black with #C6AFC1
Text Example
Text Example
White with #C6AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFC1; }
p { color: rgb(198,175,193); }
H1.HeaderClassName
{
color: #C6AFC1;
}
.AnyTagClassName
{
color: #C6AFC1;
}
</style>
background-color css
<style>
a { background-color: #C6AFC1; }
a { background-color: rgb(198,175,193); }
div.DivClassName
{
background-color: #C6AFC1;
}
.BgClassName
{
background-color: #C6AFC1;
}
</style>
border-color css
<style>
span { border-color: #C6AFC1; }
span { border-color: rgb(198,175,193); }
td.TdClassName
{
border-color: #C6AFC1;
}
.TagClassName
{
border-color: #C6AFC1;
}
</style>