Shades of Maverick #C7B3BD
Tints of Maverick #C7B3BD
RGB
CMYK
RGB Variations
Color information
#C7B3BD (or 0xC7B3BD) is known color: Maverick. HEX triplet: C7, B3 and BD. RGB value is (199,179,189). Sum of RGB (Red+Green+Blue) = 199+179+189=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3BD is #384C42. Grayscale: #BABABA. Windows color (decimal): -3689539 or 12432327. OLE color: 12432327.
HSL color Cylindrical-coordinate representation of color #C7B3BD: hue angle of 330º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B3BD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 189 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.22 |
| HSL | 330º | 0.15% | 0.74% | - |
| HSV(B) | 330º | 0.1% | 0.78% | - |
| XYZ | 48.86 | 48.06 | 54.84 | - |
| YUV | 186.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 189 | 0 | 0.10 | 0.05 | 0.22 | 330 | 0.15 | 0.74 |
| Hex | C7 | B3 | BD | 0 | A | 5 | 16 | 14A | F | 4A |
| Octal | 307 | 263 | 275 | 0 | 12 | 5 | 26 | 512 | 17 | 112 |
| Binary | 11000111 | 10110011 | 10111101 | 0 | 1010 | 101 | 10110 | 101001010 | 1111 | 1001010 |
Color Harmonies of #C7B3BD
Complementary color
Monochromatic Colors of #C7B3BD
Black with #C7B3BD
Text Example
Text Example
White with #C7B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3BD; }
p { color: rgb(199,179,189); }
H1.HeaderClassName
{
color: #C7B3BD;
}
.AnyTagClassName
{
color: #C7B3BD;
}
</style>
background-color css
<style>
a { background-color: #C7B3BD; }
a { background-color: rgb(199,179,189); }
div.DivClassName
{
background-color: #C7B3BD;
}
.BgClassName
{
background-color: #C7B3BD;
}
</style>
border-color css
<style>
span { border-color: #C7B3BD; }
span { border-color: rgb(199,179,189); }
td.TdClassName
{
border-color: #C7B3BD;
}
.TagClassName
{
border-color: #C7B3BD;
}
</style>