Shades of Maverick #C7B3C2
Tints of Maverick #C7B3C2
RGB
CMYK
RGB Variations
Color information
#C7B3C2 (or 0xC7B3C2) is known color: Maverick. HEX triplet: C7, B3 and C2. RGB value is (199,179,194). Sum of RGB (Red+Green+Blue) = 199+179+194=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3C2 is #384C3D. Grayscale: #BABABA. Windows color (decimal): -3689534 or 12760007. OLE color: 12760007.
HSL color Cylindrical-coordinate representation of color #C7B3C2: hue angle of 315º 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 #C7B3C2 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 194 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.22 |
| HSL | 315º | 0.15% | 0.74% | - |
| HSV(B) | 315º | 0.1% | 0.78% | - |
| XYZ | 49.41 | 48.28 | 57.75 | - |
| YUV | 186.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 194 | 0 | 0.10 | 0.03 | 0.22 | 315 | 0.15 | 0.74 |
| Hex | C7 | B3 | C2 | 0 | A | 3 | 16 | 13B | F | 4A |
| Octal | 307 | 263 | 302 | 0 | 12 | 3 | 26 | 473 | 17 | 112 |
| Binary | 11000111 | 10110011 | 11000010 | 0 | 1010 | 11 | 10110 | 100111011 | 1111 | 1001010 |
Color Harmonies of #C7B3C2
Complementary color
Monochromatic Colors of #C7B3C2
Black with #C7B3C2
Text Example
Text Example
White with #C7B3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3C2; }
p { color: rgb(199,179,194); }
H1.HeaderClassName
{
color: #C7B3C2;
}
.AnyTagClassName
{
color: #C7B3C2;
}
</style>
background-color css
<style>
a { background-color: #C7B3C2; }
a { background-color: rgb(199,179,194); }
div.DivClassName
{
background-color: #C7B3C2;
}
.BgClassName
{
background-color: #C7B3C2;
}
</style>
border-color css
<style>
span { border-color: #C7B3C2; }
span { border-color: rgb(199,179,194); }
td.TdClassName
{
border-color: #C7B3C2;
}
.TagClassName
{
border-color: #C7B3C2;
}
</style>