Shades of Maverick #C7B2BE
Tints of Maverick #C7B2BE
RGB
CMYK
RGB Variations
Color information
#C7B2BE (or 0xC7B2BE) is known color: Maverick. HEX triplet: C7, B2 and BE. RGB value is (199,178,190). Sum of RGB (Red+Green+Blue) = 199+178+190=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2BE is #384D41. Grayscale: #B9B9B9. Windows color (decimal): -3689794 or 12497607. OLE color: 12497607.
HSL color Cylindrical-coordinate representation of color #C7B2BE: hue angle of 325.71º 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 #C7B2BE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 178 | 190 | - |
CMYK | 0 | 0.11 | 0.05 | 0.22 |
HSL | 325.71º | 0.16% | 0.74% | - |
HSV(B) | 325.71º | 0.11% | 0.78% | - |
XYZ | 48.77 | 47.7 | 55.35 | - |
YUV | 185.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 178 | 190 | 0 | 0.11 | 0.05 | 0.22 | 325.71 | 0.16 | 0.74 |
Hex | C7 | B2 | BE | 0 | B | 5 | 16 | 146 | 10 | 4A |
Octal | 307 | 262 | 276 | 0 | 13 | 5 | 26 | 506 | 20 | 112 |
Binary | 11000111 | 10110010 | 10111110 | 0 | 1011 | 101 | 10110 | 101000110 | 10000 | 1001010 |
Color Harmonies of #C7B2BE
Complementary color
Monochromatic Colors of #C7B2BE
Black with #C7B2BE
Text Example
Text Example
White with #C7B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2BE; }
p { color: rgb(199,178,190); }
H1.HeaderClassName
{
color: #C7B2BE;
}
.AnyTagClassName
{
color: #C7B2BE;
}
</style>
background-color css
<style>
a { background-color: #C7B2BE; }
a { background-color: rgb(199,178,190); }
div.DivClassName
{
background-color: #C7B2BE;
}
.BgClassName
{
background-color: #C7B2BE;
}
</style>
border-color css
<style>
span { border-color: #C7B2BE; }
span { border-color: rgb(199,178,190); }
td.TdClassName
{
border-color: #C7B2BE;
}
.TagClassName
{
border-color: #C7B2BE;
}
</style>