Shades of Maverick #C7B7BD
Tints of Maverick #C7B7BD
RGB
CMYK
RGB Variations
Color information
#C7B7BD (or 0xC7B7BD) is known color: Maverick. HEX triplet: C7, B7 and BD. RGB value is (199,183,189). Sum of RGB (Red+Green+Blue) = 199+183+189=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7BD is #384842. Grayscale: #BCBCBC. Windows color (decimal): -3688515 or 12433351. OLE color: 12433351.
HSL color Cylindrical-coordinate representation of color #C7B7BD: hue angle of 337.5º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7B7BD is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 183 | 189 | - |
CMYK | 0 | 0.08 | 0.05 | 0.22 |
HSL | 337.5º | 0.13% | 0.75% | - |
HSV(B) | 337.5º | 0.08% | 0.78% | - |
XYZ | 49.67 | 49.68 | 55.12 | - |
YUV | 188.47 | 128.3 | 135.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 183 | 189 | 0 | 0.08 | 0.05 | 0.22 | 337.5 | 0.13 | 0.75 |
Hex | C7 | B7 | BD | 0 | 8 | 5 | 16 | 152 | C | 4B |
Octal | 307 | 267 | 275 | 0 | 10 | 5 | 26 | 522 | 14 | 113 |
Binary | 11000111 | 10110111 | 10111101 | 0 | 1000 | 101 | 10110 | 101010010 | 1100 | 1001011 |
Color Harmonies of #C7B7BD
Complementary color
Monochromatic Colors of #C7B7BD
Black with #C7B7BD
Text Example
Text Example
White with #C7B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7BD; }
p { color: rgb(199,183,189); }
H1.HeaderClassName
{
color: #C7B7BD;
}
.AnyTagClassName
{
color: #C7B7BD;
}
</style>
background-color css
<style>
a { background-color: #C7B7BD; }
a { background-color: rgb(199,183,189); }
div.DivClassName
{
background-color: #C7B7BD;
}
.BgClassName
{
background-color: #C7B7BD;
}
</style>
border-color css
<style>
span { border-color: #C7B7BD; }
span { border-color: rgb(199,183,189); }
td.TdClassName
{
border-color: #C7B7BD;
}
.TagClassName
{
border-color: #C7B7BD;
}
</style>