Shades of Maverick #C7B0BC
Tints of Maverick #C7B0BC
RGB
CMYK
RGB Variations
Color information
#C7B0BC (or 0xC7B0BC) is known color: Maverick. HEX triplet: C7, B0 and BC. RGB value is (199,176,188). Sum of RGB (Red+Green+Blue) = 199+176+188=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0BC is #384F43. Grayscale: #B8B8B8. Windows color (decimal): -3690308 or 12366023. OLE color: 12366023.
HSL color Cylindrical-coordinate representation of color #C7B0BC: hue angle of 328.7º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B0BC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 176 | 188 | - |
CMYK | 0 | 0.12 | 0.06 | 0.22 |
HSL | 328.7º | 0.17% | 0.74% | - |
HSV(B) | 328.7º | 0.12% | 0.78% | - |
XYZ | 48.16 | 46.82 | 54.08 | - |
YUV | 184.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 176 | 188 | 0 | 0.12 | 0.06 | 0.22 | 328.7 | 0.17 | 0.74 |
Hex | C7 | B0 | BC | 0 | C | 6 | 16 | 149 | 11 | 4A |
Octal | 307 | 260 | 274 | 0 | 14 | 6 | 26 | 511 | 21 | 112 |
Binary | 11000111 | 10110000 | 10111100 | 0 | 1100 | 110 | 10110 | 101001001 | 10001 | 1001010 |
Color Harmonies of #C7B0BC
Complementary color
Monochromatic Colors of #C7B0BC
Black with #C7B0BC
Text Example
Text Example
White with #C7B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0BC; }
p { color: rgb(199,176,188); }
H1.HeaderClassName
{
color: #C7B0BC;
}
.AnyTagClassName
{
color: #C7B0BC;
}
</style>
background-color css
<style>
a { background-color: #C7B0BC; }
a { background-color: rgb(199,176,188); }
div.DivClassName
{
background-color: #C7B0BC;
}
.BgClassName
{
background-color: #C7B0BC;
}
</style>
border-color css
<style>
span { border-color: #C7B0BC; }
span { border-color: rgb(199,176,188); }
td.TdClassName
{
border-color: #C7B0BC;
}
.TagClassName
{
border-color: #C7B0BC;
}
</style>