Shades of Maverick #C7B7BF
Tints of Maverick #C7B7BF
RGB
CMYK
RGB Variations
Color information
#C7B7BF (or 0xC7B7BF) is known color: Maverick. HEX triplet: C7, B7 and BF. RGB value is (199,183,191). Sum of RGB (Red+Green+Blue) = 199+183+191=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7BF is #384840. Grayscale: #BCBCBC. Windows color (decimal): -3688513 or 12564423. OLE color: 12564423.
HSL color Cylindrical-coordinate representation of color #C7B7BF: hue angle of 330º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7B7BF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 183 | 191 | - |
CMYK | 0 | 0.08 | 0.04 | 0.22 |
HSL | 330º | 0.13% | 0.75% | - |
HSV(B) | 330º | 0.08% | 0.78% | - |
XYZ | 49.89 | 49.77 | 56.27 | - |
YUV | 188.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 183 | 191 | 0 | 0.08 | 0.04 | 0.22 | 330 | 0.13 | 0.75 |
Hex | C7 | B7 | BF | 0 | 8 | 4 | 16 | 14A | C | 4B |
Octal | 307 | 267 | 277 | 0 | 10 | 4 | 26 | 512 | 14 | 113 |
Binary | 11000111 | 10110111 | 10111111 | 0 | 1000 | 100 | 10110 | 101001010 | 1100 | 1001011 |
Color Harmonies of #C7B7BF
Complementary color
Monochromatic Colors of #C7B7BF
Black with #C7B7BF
Text Example
Text Example
White with #C7B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7BF; }
p { color: rgb(199,183,191); }
H1.HeaderClassName
{
color: #C7B7BF;
}
.AnyTagClassName
{
color: #C7B7BF;
}
</style>
background-color css
<style>
a { background-color: #C7B7BF; }
a { background-color: rgb(199,183,191); }
div.DivClassName
{
background-color: #C7B7BF;
}
.BgClassName
{
background-color: #C7B7BF;
}
</style>
border-color css
<style>
span { border-color: #C7B7BF; }
span { border-color: rgb(199,183,191); }
td.TdClassName
{
border-color: #C7B7BF;
}
.TagClassName
{
border-color: #C7B7BF;
}
</style>