Shades of Maverick #C7B5BE
Tints of Maverick #C7B5BE
RGB
CMYK
RGB Variations
Color information
#C7B5BE (or 0xC7B5BE) is known color: Maverick. HEX triplet: C7, B5 and BE. RGB value is (199,181,190). Sum of RGB (Red+Green+Blue) = 199+181+190=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5BE is #384A41. Grayscale: #BBBBBB. Windows color (decimal): -3689026 or 12498375. OLE color: 12498375.
HSL color Cylindrical-coordinate representation of color #C7B5BE: hue angle of 330º degrees, saturation: 0.14, 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 #C7B5BE is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 181 | 190 | - |
CMYK | 0 | 0.09 | 0.05 | 0.22 |
HSL | 330º | 0.14% | 0.75% | - |
HSV(B) | 330º | 0.09% | 0.78% | - |
XYZ | 49.37 | 48.91 | 55.55 | - |
YUV | 187.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 181 | 190 | 0 | 0.09 | 0.05 | 0.22 | 330 | 0.14 | 0.75 |
Hex | C7 | B5 | BE | 0 | 9 | 5 | 16 | 14A | E | 4B |
Octal | 307 | 265 | 276 | 0 | 11 | 5 | 26 | 512 | 16 | 113 |
Binary | 11000111 | 10110101 | 10111110 | 0 | 1001 | 101 | 10110 | 101001010 | 1110 | 1001011 |
Color Harmonies of #C7B5BE
Complementary color
Monochromatic Colors of #C7B5BE
Black with #C7B5BE
Text Example
Text Example
White with #C7B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5BE; }
p { color: rgb(199,181,190); }
H1.HeaderClassName
{
color: #C7B5BE;
}
.AnyTagClassName
{
color: #C7B5BE;
}
</style>
background-color css
<style>
a { background-color: #C7B5BE; }
a { background-color: rgb(199,181,190); }
div.DivClassName
{
background-color: #C7B5BE;
}
.BgClassName
{
background-color: #C7B5BE;
}
</style>
border-color css
<style>
span { border-color: #C7B5BE; }
span { border-color: rgb(199,181,190); }
td.TdClassName
{
border-color: #C7B5BE;
}
.TagClassName
{
border-color: #C7B5BE;
}
</style>