Shades of Maverick #C6B0C0
Tints of Maverick #C6B0C0
RGB
CMYK
RGB Variations
Color information
#C6B0C0 (or 0xC6B0C0) is known color: Maverick. HEX triplet: C6, B0 and C0. RGB value is (198,176,192). Sum of RGB (Red+Green+Blue) = 198+176+192=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0C0 is #394F3F. Grayscale: #B8B8B8. Windows color (decimal): -3755840 or 12628166. OLE color: 12628166.
HSL color Cylindrical-coordinate representation of color #C6B0C0: hue angle of 316.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6B0C0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 192 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.22 |
| HSL | 316.36º | 0.16% | 0.73% | - |
| HSV(B) | 316.36º | 0.11% | 0.78% | - |
| XYZ | 48.33 | 46.86 | 56.37 | - |
| YUV | 184.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 192 | 0 | 0.11 | 0.03 | 0.22 | 316.36 | 0.16 | 0.73 |
| Hex | C6 | B0 | C0 | 0 | B | 3 | 16 | 13C | 10 | 49 |
| Octal | 306 | 260 | 300 | 0 | 13 | 3 | 26 | 474 | 20 | 111 |
| Binary | 11000110 | 10110000 | 11000000 | 0 | 1011 | 11 | 10110 | 100111100 | 10000 | 1001001 |
Color Harmonies of #C6B0C0
Complementary color
Monochromatic Colors of #C6B0C0
Black with #C6B0C0
Text Example
Text Example
White with #C6B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B0C0; }
p { color: rgb(198,176,192); }
H1.HeaderClassName
{
color: #C6B0C0;
}
.AnyTagClassName
{
color: #C6B0C0;
}
</style>
background-color css
<style>
a { background-color: #C6B0C0; }
a { background-color: rgb(198,176,192); }
div.DivClassName
{
background-color: #C6B0C0;
}
.BgClassName
{
background-color: #C6B0C0;
}
</style>
border-color css
<style>
span { border-color: #C6B0C0; }
span { border-color: rgb(198,176,192); }
td.TdClassName
{
border-color: #C6B0C0;
}
.TagClassName
{
border-color: #C6B0C0;
}
</style>