Shades of Maverick #C2BCBE
Tints of Maverick #C2BCBE
RGB
CMYK
RGB Variations
Color information
#C2BCBE (or 0xC2BCBE) is known color: Maverick. HEX triplet: C2, BC and BE. RGB value is (194,188,190). Sum of RGB (Red+Green+Blue) = 194+188+190=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCBE is #3D4341. Grayscale: #BEBEBE. Windows color (decimal): -4014914 or 12500162. OLE color: 12500162.
HSL color Cylindrical-coordinate representation of color #C2BCBE: hue angle of 340º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C2BCBE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 190 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.24 |
| HSL | 340º | 0.05% | 0.75% | - |
| HSV(B) | 340º | 0.03% | 0.76% | - |
| XYZ | 49.53 | 51.15 | 55.98 | - |
| YUV | 190.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 190 | 0 | 0.03 | 0.02 | 0.24 | 340 | 0.05 | 0.75 |
| Hex | C2 | BC | BE | 0 | 3 | 2 | 18 | 154 | 5 | 4B |
| Octal | 302 | 274 | 276 | 0 | 3 | 2 | 30 | 524 | 5 | 113 |
| Binary | 11000010 | 10111100 | 10111110 | 0 | 11 | 10 | 11000 | 101010100 | 101 | 1001011 |
Color Harmonies of #C2BCBE
Complementary color
Monochromatic Colors of #C2BCBE
Black with #C2BCBE
Text Example
Text Example
White with #C2BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCBE; }
p { color: rgb(194,188,190); }
H1.HeaderClassName
{
color: #C2BCBE;
}
.AnyTagClassName
{
color: #C2BCBE;
}
</style>
background-color css
<style>
a { background-color: #C2BCBE; }
a { background-color: rgb(194,188,190); }
div.DivClassName
{
background-color: #C2BCBE;
}
.BgClassName
{
background-color: #C2BCBE;
}
</style>
border-color css
<style>
span { border-color: #C2BCBE; }
span { border-color: rgb(194,188,190); }
td.TdClassName
{
border-color: #C2BCBE;
}
.TagClassName
{
border-color: #C2BCBE;
}
</style>