Shades of Maverick #C7BBC3
Tints of Maverick #C7BBC3
RGB
CMYK
RGB Variations
Color information
#C7BBC3 (or 0xC7BBC3) is known color: Maverick. HEX triplet: C7, BB and C3. RGB value is (199,187,195). Sum of RGB (Red+Green+Blue) = 199+187+195=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBC3 is #38443C. Grayscale: #BFBFBF. Windows color (decimal): -3687485 or 12827591. OLE color: 12827591.
HSL color Cylindrical-coordinate representation of color #C7BBC3: hue angle of 320º 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 #C7BBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 187 | 195 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 320º | 0.1% | 0.76% | - |
HSV(B) | 320º | 0.06% | 0.78% | - |
XYZ | 51.17 | 51.62 | 58.9 | - |
YUV | 191.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 195 | 0 | 0.06 | 0.02 | 0.22 | 320 | 0.1 | 0.76 |
Hex | C7 | BB | C3 | 0 | 6 | 2 | 16 | 140 | A | 4C |
Octal | 307 | 273 | 303 | 0 | 6 | 2 | 26 | 500 | 12 | 114 |
Binary | 11000111 | 10111011 | 11000011 | 0 | 110 | 10 | 10110 | 101000000 | 1010 | 1001100 |
Color Harmonies of #C7BBC3
Complementary color
Monochromatic Colors of #C7BBC3
Black with #C7BBC3
Text Example
Text Example
White with #C7BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBC3; }
p { color: rgb(199,187,195); }
H1.HeaderClassName
{
color: #C7BBC3;
}
.AnyTagClassName
{
color: #C7BBC3;
}
</style>
background-color css
<style>
a { background-color: #C7BBC3; }
a { background-color: rgb(199,187,195); }
div.DivClassName
{
background-color: #C7BBC3;
}
.BgClassName
{
background-color: #C7BBC3;
}
</style>
border-color css
<style>
span { border-color: #C7BBC3; }
span { border-color: rgb(199,187,195); }
td.TdClassName
{
border-color: #C7BBC3;
}
.TagClassName
{
border-color: #C7BBC3;
}
</style>