Shades of Maverick #C6B1C1
Tints of Maverick #C6B1C1
RGB
CMYK
RGB Variations
Color information
#C6B1C1 (or 0xC6B1C1) is known color: Maverick. HEX triplet: C6, B1 and C1. RGB value is (198,177,193). Sum of RGB (Red+Green+Blue) = 198+177+193=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B1C1 is #394E3E. Grayscale: #B9B9B9. Windows color (decimal): -3755583 or 12693958. OLE color: 12693958.
HSL color Cylindrical-coordinate representation of color #C6B1C1: hue angle of 314.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6B1C1 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 193 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.22 |
| HSL | 314.29º | 0.16% | 0.74% | - |
| HSV(B) | 314.29º | 0.11% | 0.78% | - |
| XYZ | 48.64 | 47.3 | 57.02 | - |
| YUV | 185.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 193 | 0 | 0.11 | 0.03 | 0.22 | 314.29 | 0.16 | 0.74 |
| Hex | C6 | B1 | C1 | 0 | B | 3 | 16 | 13A | 10 | 4A |
| Octal | 306 | 261 | 301 | 0 | 13 | 3 | 26 | 472 | 20 | 112 |
| Binary | 11000110 | 10110001 | 11000001 | 0 | 1011 | 11 | 10110 | 100111010 | 10000 | 1001010 |
Color Harmonies of #C6B1C1
Complementary color
Monochromatic Colors of #C6B1C1
Black with #C6B1C1
Text Example
Text Example
White with #C6B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B1C1; }
p { color: rgb(198,177,193); }
H1.HeaderClassName
{
color: #C6B1C1;
}
.AnyTagClassName
{
color: #C6B1C1;
}
</style>
background-color css
<style>
a { background-color: #C6B1C1; }
a { background-color: rgb(198,177,193); }
div.DivClassName
{
background-color: #C6B1C1;
}
.BgClassName
{
background-color: #C6B1C1;
}
</style>
border-color css
<style>
span { border-color: #C6B1C1; }
span { border-color: rgb(198,177,193); }
td.TdClassName
{
border-color: #C6B1C1;
}
.TagClassName
{
border-color: #C6B1C1;
}
</style>