Shades of Maverick #C7B6C3
Tints of Maverick #C7B6C3
RGB
CMYK
RGB Variations
Color information
#C7B6C3 (or 0xC7B6C3) is known color: Maverick. HEX triplet: C7, B6 and C3. RGB value is (199,182,195). Sum of RGB (Red+Green+Blue) = 199+182+195=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6C3 is #38493C. Grayscale: #BCBCBC. Windows color (decimal): -3688765 or 12826311. OLE color: 12826311.
HSL color Cylindrical-coordinate representation of color #C7B6C3: hue angle of 314.12º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7B6C3 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 195 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.22 |
| HSL | 314.12º | 0.13% | 0.75% | - |
| HSV(B) | 314.12º | 0.09% | 0.78% | - |
| XYZ | 50.13 | 49.54 | 58.55 | - |
| YUV | 188.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 195 | 0 | 0.09 | 0.02 | 0.22 | 314.12 | 0.13 | 0.75 |
| Hex | C7 | B6 | C3 | 0 | 9 | 2 | 16 | 13A | D | 4B |
| Octal | 307 | 266 | 303 | 0 | 11 | 2 | 26 | 472 | 15 | 113 |
| Binary | 11000111 | 10110110 | 11000011 | 0 | 1001 | 10 | 10110 | 100111010 | 1101 | 1001011 |
Color Harmonies of #C7B6C3
Complementary color
Monochromatic Colors of #C7B6C3
Black with #C7B6C3
Text Example
Text Example
White with #C7B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6C3; }
p { color: rgb(199,182,195); }
H1.HeaderClassName
{
color: #C7B6C3;
}
.AnyTagClassName
{
color: #C7B6C3;
}
</style>
background-color css
<style>
a { background-color: #C7B6C3; }
a { background-color: rgb(199,182,195); }
div.DivClassName
{
background-color: #C7B6C3;
}
.BgClassName
{
background-color: #C7B6C3;
}
</style>
border-color css
<style>
span { border-color: #C7B6C3; }
span { border-color: rgb(199,182,195); }
td.TdClassName
{
border-color: #C7B6C3;
}
.TagClassName
{
border-color: #C7B6C3;
}
</style>