Shades of Maverick #C7BBC6
Tints of Maverick #C7BBC6
RGB
CMYK
RGB Variations
Color information
#C7BBC6 (or 0xC7BBC6) is known color: Maverick. HEX triplet: C7, BB and C6. RGB value is (199,187,198). Sum of RGB (Red+Green+Blue) = 199+187+198=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC6 is #384439. Grayscale: #BFBFBF. Windows color (decimal): -3687482 or 13024199. OLE color: 13024199.
HSL color Cylindrical-coordinate representation of color #C7BBC6: hue angle of 305º 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 #C7BBC6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 198 | - |
CMYK | 0 | 0.06 | 0.01 | 0.22 |
HSL | 305º | 0.1% | 0.76% | - |
HSV(B) | 305º | 0.06% | 0.78% | - |
XYZ | 51.52 | 51.76 | 60.7 | - |
YUV | 191.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 198 | 0 | 0.06 | 0.01 | 0.22 | 305 | 0.1 | 0.76 |
Hex | C7 | BB | C6 | 0 | 6 | 1 | 16 | 131 | A | 4C |
Octal | 307 | 273 | 306 | 0 | 6 | 1 | 26 | 461 | 12 | 114 |
Binary | 11000111 | 10111011 | 11000110 | 0 | 110 | 1 | 10110 | 100110001 | 1010 | 1001100 |
Color Harmonies of #C7BBC6
Complementary color
Monochromatic Colors of #C7BBC6
Black with #C7BBC6
Text Example
Text Example
White with #C7BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC6; }
p { color: rgb(199,187,198); }
H1.HeaderClassName
{
color: #C7BBC6;
}
.AnyTagClassName
{
color: #C7BBC6;
}
</style>
background-color css
<style>
a { background-color: #C7BBC6; }
a { background-color: rgb(199,187,198); }
div.DivClassName
{
background-color: #C7BBC6;
}
.BgClassName
{
background-color: #C7BBC6;
}
</style>
border-color css
<style>
span { border-color: #C7BBC6; }
span { border-color: rgb(199,187,198); }
td.TdClassName
{
border-color: #C7BBC6;
}
.TagClassName
{
border-color: #C7BBC6;
}
</style>