Shades of Maverick #C7B2BD
Tints of Maverick #C7B2BD
RGB
CMYK
RGB Variations
Color information
#C7B2BD (or 0xC7B2BD) is known color: Maverick. HEX triplet: C7, B2 and BD. RGB value is (199,178,189). Sum of RGB (Red+Green+Blue) = 199+178+189=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2BD is #384D42. Grayscale: #B9B9B9. Windows color (decimal): -3689795 or 12432071. OLE color: 12432071.
HSL color Cylindrical-coordinate representation of color #C7B2BD: hue angle of 328.57º 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 #C7B2BD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 189 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.22 |
| HSL | 328.57º | 0.16% | 0.74% | - |
| HSV(B) | 328.57º | 0.11% | 0.78% | - |
| XYZ | 48.66 | 47.66 | 54.78 | - |
| YUV | 185.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 189 | 0 | 0.11 | 0.05 | 0.22 | 328.57 | 0.16 | 0.74 |
| Hex | C7 | B2 | BD | 0 | B | 5 | 16 | 149 | 10 | 4A |
| Octal | 307 | 262 | 275 | 0 | 13 | 5 | 26 | 511 | 20 | 112 |
| Binary | 11000111 | 10110010 | 10111101 | 0 | 1011 | 101 | 10110 | 101001001 | 10000 | 1001010 |
Color Harmonies of #C7B2BD
Complementary color
Monochromatic Colors of #C7B2BD
Black with #C7B2BD
Text Example
Text Example
White with #C7B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2BD; }
p { color: rgb(199,178,189); }
H1.HeaderClassName
{
color: #C7B2BD;
}
.AnyTagClassName
{
color: #C7B2BD;
}
</style>
background-color css
<style>
a { background-color: #C7B2BD; }
a { background-color: rgb(199,178,189); }
div.DivClassName
{
background-color: #C7B2BD;
}
.BgClassName
{
background-color: #C7B2BD;
}
</style>
border-color css
<style>
span { border-color: #C7B2BD; }
span { border-color: rgb(199,178,189); }
td.TdClassName
{
border-color: #C7B2BD;
}
.TagClassName
{
border-color: #C7B2BD;
}
</style>