Shades of Maverick #C7BBC5
Tints of Maverick #C7BBC5
RGB
CMYK
RGB Variations
Color information
#C7BBC5 (or 0xC7BBC5) is known color: Maverick. HEX triplet: C7, BB and C5. RGB value is (199,187,197). Sum of RGB (Red+Green+Blue) = 199+187+197=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC5 is #38443A. Grayscale: #BFBFBF. Windows color (decimal): -3687483 or 12958663. OLE color: 12958663.
HSL color Cylindrical-coordinate representation of color #C7BBC5: hue angle of 310º 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 #C7BBC5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 197 | - |
CMYK | 0 | 0.06 | 0.01 | 0.22 |
HSL | 310º | 0.1% | 0.76% | - |
HSV(B) | 310º | 0.06% | 0.78% | - |
XYZ | 51.4 | 51.71 | 60.1 | - |
YUV | 191.73 | 130.98 | 133.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 197 | 0 | 0.06 | 0.01 | 0.22 | 310 | 0.1 | 0.76 |
Hex | C7 | BB | C5 | 0 | 6 | 1 | 16 | 136 | A | 4C |
Octal | 307 | 273 | 305 | 0 | 6 | 1 | 26 | 466 | 12 | 114 |
Binary | 11000111 | 10111011 | 11000101 | 0 | 110 | 1 | 10110 | 100110110 | 1010 | 1001100 |
Color Harmonies of #C7BBC5
Complementary color
Monochromatic Colors of #C7BBC5
Black with #C7BBC5
Text Example
Text Example
White with #C7BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC5; }
p { color: rgb(199,187,197); }
H1.HeaderClassName
{
color: #C7BBC5;
}
.AnyTagClassName
{
color: #C7BBC5;
}
</style>
background-color css
<style>
a { background-color: #C7BBC5; }
a { background-color: rgb(199,187,197); }
div.DivClassName
{
background-color: #C7BBC5;
}
.BgClassName
{
background-color: #C7BBC5;
}
</style>
border-color css
<style>
span { border-color: #C7BBC5; }
span { border-color: rgb(199,187,197); }
td.TdClassName
{
border-color: #C7BBC5;
}
.TagClassName
{
border-color: #C7BBC5;
}
</style>