Shades of Maverick #C7BBC4
Tints of Maverick #C7BBC4
RGB
CMYK
RGB Variations
Color information
#C7BBC4 (or 0xC7BBC4) is known color: Maverick. HEX triplet: C7, BB and C4. RGB value is (199,187,196). Sum of RGB (Red+Green+Blue) = 199+187+196=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC4 is #38443B. Grayscale: #BFBFBF. Windows color (decimal): -3687484 or 12893127. OLE color: 12893127.
HSL color Cylindrical-coordinate representation of color #C7BBC4: hue angle of 315º 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 #C7BBC4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 196 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 315º | 0.1% | 0.76% | - |
HSV(B) | 315º | 0.06% | 0.78% | - |
XYZ | 51.29 | 51.67 | 59.49 | - |
YUV | 191.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 196 | 0 | 0.06 | 0.02 | 0.22 | 315 | 0.1 | 0.76 |
Hex | C7 | BB | C4 | 0 | 6 | 2 | 16 | 13B | A | 4C |
Octal | 307 | 273 | 304 | 0 | 6 | 2 | 26 | 473 | 12 | 114 |
Binary | 11000111 | 10111011 | 11000100 | 0 | 110 | 10 | 10110 | 100111011 | 1010 | 1001100 |
Color Harmonies of #C7BBC4
Complementary color
Monochromatic Colors of #C7BBC4
Black with #C7BBC4
Text Example
Text Example
White with #C7BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC4; }
p { color: rgb(199,187,196); }
H1.HeaderClassName
{
color: #C7BBC4;
}
.AnyTagClassName
{
color: #C7BBC4;
}
</style>
background-color css
<style>
a { background-color: #C7BBC4; }
a { background-color: rgb(199,187,196); }
div.DivClassName
{
background-color: #C7BBC4;
}
.BgClassName
{
background-color: #C7BBC4;
}
</style>
border-color css
<style>
span { border-color: #C7BBC4; }
span { border-color: rgb(199,187,196); }
td.TdClassName
{
border-color: #C7BBC4;
}
.TagClassName
{
border-color: #C7BBC4;
}
</style>