Shades of Maverick #C7A8BC
Tints of Maverick #C7A8BC
RGB
CMYK
RGB Variations
Color information
#C7A8BC (or 0xC7A8BC) is known color: Maverick. HEX triplet: C7, A8 and BC. RGB value is (199,168,188). Sum of RGB (Red+Green+Blue) = 199+168+188=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8BC is #385743. Grayscale: #B3B3B3. Windows color (decimal): -3692356 or 12363975. OLE color: 12363975.
HSL color Cylindrical-coordinate representation of color #C7A8BC: hue angle of 321.29º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7A8BC is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 168 | 188 | - |
CMYK | 0 | 0.16 | 0.06 | 0.22 |
HSL | 321.29º | 0.22% | 0.72% | - |
HSV(B) | 321.29º | 0.16% | 0.78% | - |
XYZ | 46.63 | 43.78 | 53.57 | - |
YUV | 179.55 | 132.77 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 168 | 188 | 0 | 0.16 | 0.06 | 0.22 | 321.29 | 0.22 | 0.72 |
Hex | C7 | A8 | BC | 0 | 10 | 6 | 16 | 141 | 16 | 48 |
Octal | 307 | 250 | 274 | 0 | 20 | 6 | 26 | 501 | 26 | 110 |
Binary | 11000111 | 10101000 | 10111100 | 0 | 10000 | 110 | 10110 | 101000001 | 10110 | 1001000 |
Color Harmonies of #C7A8BC
Complementary color
Monochromatic Colors of #C7A8BC
Black with #C7A8BC
Text Example
Text Example
White with #C7A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8BC; }
p { color: rgb(199,168,188); }
H1.HeaderClassName
{
color: #C7A8BC;
}
.AnyTagClassName
{
color: #C7A8BC;
}
</style>
background-color css
<style>
a { background-color: #C7A8BC; }
a { background-color: rgb(199,168,188); }
div.DivClassName
{
background-color: #C7A8BC;
}
.BgClassName
{
background-color: #C7A8BC;
}
</style>
border-color css
<style>
span { border-color: #C7A8BC; }
span { border-color: rgb(199,168,188); }
td.TdClassName
{
border-color: #C7A8BC;
}
.TagClassName
{
border-color: #C7A8BC;
}
</style>