Shades of Maverick #C7B6C1
Tints of Maverick #C7B6C1
RGB
CMYK
RGB Variations
Color information
#C7B6C1 (or 0xC7B6C1) is known color: Maverick. HEX triplet: C7, B6 and C1. RGB value is (199,182,193). Sum of RGB (Red+Green+Blue) = 199+182+193=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6C1 is #38493E. Grayscale: #BCBCBC. Windows color (decimal): -3688767 or 12695239. OLE color: 12695239.
HSL color Cylindrical-coordinate representation of color #C7B6C1: hue angle of 321.18º 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 #C7B6C1 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 182 | 193 | - |
CMYK | 0 | 0.09 | 0.03 | 0.22 |
HSL | 321.18º | 0.13% | 0.75% | - |
HSV(B) | 321.18º | 0.09% | 0.78% | - |
XYZ | 49.91 | 49.45 | 57.37 | - |
YUV | 188.34 | 130.63 | 135.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 182 | 193 | 0 | 0.09 | 0.03 | 0.22 | 321.18 | 0.13 | 0.75 |
Hex | C7 | B6 | C1 | 0 | 9 | 3 | 16 | 141 | D | 4B |
Octal | 307 | 266 | 301 | 0 | 11 | 3 | 26 | 501 | 15 | 113 |
Binary | 11000111 | 10110110 | 11000001 | 0 | 1001 | 11 | 10110 | 101000001 | 1101 | 1001011 |
Color Harmonies of #C7B6C1
Complementary color
Monochromatic Colors of #C7B6C1
Black with #C7B6C1
Text Example
Text Example
White with #C7B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6C1; }
p { color: rgb(199,182,193); }
H1.HeaderClassName
{
color: #C7B6C1;
}
.AnyTagClassName
{
color: #C7B6C1;
}
</style>
background-color css
<style>
a { background-color: #C7B6C1; }
a { background-color: rgb(199,182,193); }
div.DivClassName
{
background-color: #C7B6C1;
}
.BgClassName
{
background-color: #C7B6C1;
}
</style>
border-color css
<style>
span { border-color: #C7B6C1; }
span { border-color: rgb(199,182,193); }
td.TdClassName
{
border-color: #C7B6C1;
}
.TagClassName
{
border-color: #C7B6C1;
}
</style>