Shades of Maverick #C7BBC1
Tints of Maverick #C7BBC1
RGB
CMYK
RGB Variations
Color information
#C7BBC1 (or 0xC7BBC1) is known color: Maverick. HEX triplet: C7, BB and C1. RGB value is (199,187,193). Sum of RGB (Red+Green+Blue) = 199+187+193=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC1 is #38443E. Grayscale: #BFBFBF. Windows color (decimal): -3687487 or 12696519. OLE color: 12696519.
HSL color Cylindrical-coordinate representation of color #C7BBC1: hue angle of 330º 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 #C7BBC1 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 193 | - |
CMYK | 0 | 0.06 | 0.03 | 0.22 |
HSL | 330º | 0.1% | 0.76% | - |
HSV(B) | 330º | 0.06% | 0.78% | - |
XYZ | 50.95 | 51.53 | 57.71 | - |
YUV | 191.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 193 | 0 | 0.06 | 0.03 | 0.22 | 330 | 0.1 | 0.76 |
Hex | C7 | BB | C1 | 0 | 6 | 3 | 16 | 14A | A | 4C |
Octal | 307 | 273 | 301 | 0 | 6 | 3 | 26 | 512 | 12 | 114 |
Binary | 11000111 | 10111011 | 11000001 | 0 | 110 | 11 | 10110 | 101001010 | 1010 | 1001100 |
Color Harmonies of #C7BBC1
Complementary color
Monochromatic Colors of #C7BBC1
Black with #C7BBC1
Text Example
Text Example
White with #C7BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC1; }
p { color: rgb(199,187,193); }
H1.HeaderClassName
{
color: #C7BBC1;
}
.AnyTagClassName
{
color: #C7BBC1;
}
</style>
background-color css
<style>
a { background-color: #C7BBC1; }
a { background-color: rgb(199,187,193); }
div.DivClassName
{
background-color: #C7BBC1;
}
.BgClassName
{
background-color: #C7BBC1;
}
</style>
border-color css
<style>
span { border-color: #C7BBC1; }
span { border-color: rgb(199,187,193); }
td.TdClassName
{
border-color: #C7BBC1;
}
.TagClassName
{
border-color: #C7BBC1;
}
</style>