Shades of Maverick #C2BBBE
Tints of Maverick #C2BBBE
RGB
CMYK
RGB Variations
Color information
#C2BBBE (or 0xC2BBBE) is known color: Maverick. HEX triplet: C2, BB and BE. RGB value is (194,187,190). Sum of RGB (Red+Green+Blue) = 194+187+190=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBBE is #3D4441. Grayscale: #BDBDBD. Windows color (decimal): -4015170 or 12499906. OLE color: 12499906.
HSL color Cylindrical-coordinate representation of color #C2BBBE: hue angle of 334.29º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BBBE is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 190 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.24 |
| HSL | 334.29º | 0.05% | 0.75% | - |
| HSV(B) | 334.29º | 0.04% | 0.76% | - |
| XYZ | 49.31 | 50.73 | 55.91 | - |
| YUV | 189.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 190 | 0 | 0.04 | 0.02 | 0.24 | 334.29 | 0.05 | 0.75 |
| Hex | C2 | BB | BE | 0 | 4 | 2 | 18 | 14E | 5 | 4B |
| Octal | 302 | 273 | 276 | 0 | 4 | 2 | 30 | 516 | 5 | 113 |
| Binary | 11000010 | 10111011 | 10111110 | 0 | 100 | 10 | 11000 | 101001110 | 101 | 1001011 |
Color Harmonies of #C2BBBE
Complementary color
Monochromatic Colors of #C2BBBE
Black with #C2BBBE
Text Example
Text Example
White with #C2BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBBE; }
p { color: rgb(194,187,190); }
H1.HeaderClassName
{
color: #C2BBBE;
}
.AnyTagClassName
{
color: #C2BBBE;
}
</style>
background-color css
<style>
a { background-color: #C2BBBE; }
a { background-color: rgb(194,187,190); }
div.DivClassName
{
background-color: #C2BBBE;
}
.BgClassName
{
background-color: #C2BBBE;
}
</style>
border-color css
<style>
span { border-color: #C2BBBE; }
span { border-color: rgb(194,187,190); }
td.TdClassName
{
border-color: #C2BBBE;
}
.TagClassName
{
border-color: #C2BBBE;
}
</style>