Shades of Maverick #C6AFBC
Tints of Maverick #C6AFBC
RGB
CMYK
RGB Variations
Color information
#C6AFBC (or 0xC6AFBC) is known color: Maverick. HEX triplet: C6, AF and BC. RGB value is (198,175,188). Sum of RGB (Red+Green+Blue) = 198+175+188=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFBC is #395043. Grayscale: #B7B7B7. Windows color (decimal): -3756100 or 12365766. OLE color: 12365766.
HSL color Cylindrical-coordinate representation of color #C6AFBC: hue angle of 326.09º 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 #C6AFBC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 188 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.22 |
| HSL | 326.09º | 0.17% | 0.73% | - |
| HSV(B) | 326.09º | 0.12% | 0.78% | - |
| XYZ | 47.7 | 46.3 | 54 | - |
| YUV | 183.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 188 | 0 | 0.12 | 0.05 | 0.22 | 326.09 | 0.17 | 0.73 |
| Hex | C6 | AF | BC | 0 | C | 5 | 16 | 146 | 11 | 49 |
| Octal | 306 | 257 | 274 | 0 | 14 | 5 | 26 | 506 | 21 | 111 |
| Binary | 11000110 | 10101111 | 10111100 | 0 | 1100 | 101 | 10110 | 101000110 | 10001 | 1001001 |
Color Harmonies of #C6AFBC
Complementary color
Monochromatic Colors of #C6AFBC
Black with #C6AFBC
Text Example
Text Example
White with #C6AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFBC; }
p { color: rgb(198,175,188); }
H1.HeaderClassName
{
color: #C6AFBC;
}
.AnyTagClassName
{
color: #C6AFBC;
}
</style>
background-color css
<style>
a { background-color: #C6AFBC; }
a { background-color: rgb(198,175,188); }
div.DivClassName
{
background-color: #C6AFBC;
}
.BgClassName
{
background-color: #C6AFBC;
}
</style>
border-color css
<style>
span { border-color: #C6AFBC; }
span { border-color: rgb(198,175,188); }
td.TdClassName
{
border-color: #C6AFBC;
}
.TagClassName
{
border-color: #C6AFBC;
}
</style>