Shades of Maverick #C2BBC0
Tints of Maverick #C2BBC0
RGB
CMYK
RGB Variations
Color information
#C2BBC0 (or 0xC2BBC0) is known color: Maverick. HEX triplet: C2, BB and C0. RGB value is (194,187,192). Sum of RGB (Red+Green+Blue) = 194+187+192=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBC0 is #3D443F. Grayscale: #BDBDBD. Windows color (decimal): -4015168 or 12630978. OLE color: 12630978.
HSL color Cylindrical-coordinate representation of color #C2BBC0: hue angle of 317.14º 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 #C2BBC0 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 192 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.24 |
| HSL | 317.14º | 0.05% | 0.75% | - |
| HSV(B) | 317.14º | 0.04% | 0.76% | - |
| XYZ | 49.53 | 50.82 | 57.07 | - |
| YUV | 189.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 192 | 0 | 0.04 | 0.01 | 0.24 | 317.14 | 0.05 | 0.75 |
| Hex | C2 | BB | C0 | 0 | 4 | 1 | 18 | 13D | 5 | 4B |
| Octal | 302 | 273 | 300 | 0 | 4 | 1 | 30 | 475 | 5 | 113 |
| Binary | 11000010 | 10111011 | 11000000 | 0 | 100 | 1 | 11000 | 100111101 | 101 | 1001011 |
Color Harmonies of #C2BBC0
Complementary color
Monochromatic Colors of #C2BBC0
Black with #C2BBC0
Text Example
Text Example
White with #C2BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBC0; }
p { color: rgb(194,187,192); }
H1.HeaderClassName
{
color: #C2BBC0;
}
.AnyTagClassName
{
color: #C2BBC0;
}
</style>
background-color css
<style>
a { background-color: #C2BBC0; }
a { background-color: rgb(194,187,192); }
div.DivClassName
{
background-color: #C2BBC0;
}
.BgClassName
{
background-color: #C2BBC0;
}
</style>
border-color css
<style>
span { border-color: #C2BBC0; }
span { border-color: rgb(194,187,192); }
td.TdClassName
{
border-color: #C2BBC0;
}
.TagClassName
{
border-color: #C2BBC0;
}
</style>