Shades of Maverick #C7BBC0
Tints of Maverick #C7BBC0
RGB
CMYK
RGB Variations
Color information
#C7BBC0 (or 0xC7BBC0) is known color: Maverick. HEX triplet: C7, BB and C0. RGB value is (199,187,192). Sum of RGB (Red+Green+Blue) = 199+187+192=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC0 is #38443F. Grayscale: #BFBFBF. Windows color (decimal): -3687488 or 12630983. OLE color: 12630983.
HSL color Cylindrical-coordinate representation of color #C7BBC0: hue angle of 335º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BBC0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 192 | - |
CMYK | 0 | 0.06 | 0.04 | 0.22 |
HSL | 335º | 0.1% | 0.76% | - |
HSV(B) | 335º | 0.06% | 0.78% | - |
XYZ | 50.84 | 51.49 | 57.13 | - |
YUV | 191.16 | 128.48 | 133.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 192 | 0 | 0.06 | 0.04 | 0.22 | 335 | 0.1 | 0.76 |
Hex | C7 | BB | C0 | 0 | 6 | 4 | 16 | 14F | A | 4C |
Octal | 307 | 273 | 300 | 0 | 6 | 4 | 26 | 517 | 12 | 114 |
Binary | 11000111 | 10111011 | 11000000 | 0 | 110 | 100 | 10110 | 101001111 | 1010 | 1001100 |
Color Harmonies of #C7BBC0
Complementary color
Monochromatic Colors of #C7BBC0
Black with #C7BBC0
Text Example
Text Example
White with #C7BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC0; }
p { color: rgb(199,187,192); }
H1.HeaderClassName
{
color: #C7BBC0;
}
.AnyTagClassName
{
color: #C7BBC0;
}
</style>
background-color css
<style>
a { background-color: #C7BBC0; }
a { background-color: rgb(199,187,192); }
div.DivClassName
{
background-color: #C7BBC0;
}
.BgClassName
{
background-color: #C7BBC0;
}
</style>
border-color css
<style>
span { border-color: #C7BBC0; }
span { border-color: rgb(199,187,192); }
td.TdClassName
{
border-color: #C7BBC0;
}
.TagClassName
{
border-color: #C7BBC0;
}
</style>