Shades of Maverick #C2B4BB
Tints of Maverick #C2B4BB
RGB
CMYK
RGB Variations
Color information
#C2B4BB (or 0xC2B4BB) is known color: Maverick. HEX triplet: C2, B4 and BB. RGB value is (194,180,187). Sum of RGB (Red+Green+Blue) = 194+180+187=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BB is #3D4B44. Grayscale: #B8B8B8. Windows color (decimal): -4016965 or 12301506. OLE color: 12301506.
HSL color Cylindrical-coordinate representation of color #C2B4BB: hue angle of 330º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B4BB is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 187 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.24 |
| HSL | 330º | 0.1% | 0.73% | - |
| HSV(B) | 330º | 0.07% | 0.76% | - |
| XYZ | 47.54 | 47.7 | 53.72 | - |
| YUV | 184.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 187 | 0 | 0.07 | 0.04 | 0.24 | 330 | 0.1 | 0.73 |
| Hex | C2 | B4 | BB | 0 | 7 | 4 | 18 | 14A | A | 49 |
| Octal | 302 | 264 | 273 | 0 | 7 | 4 | 30 | 512 | 12 | 111 |
| Binary | 11000010 | 10110100 | 10111011 | 0 | 111 | 100 | 11000 | 101001010 | 1010 | 1001001 |
Color Harmonies of #C2B4BB
Complementary color
Monochromatic Colors of #C2B4BB
Black with #C2B4BB
Text Example
Text Example
White with #C2B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4BB; }
p { color: rgb(194,180,187); }
H1.HeaderClassName
{
color: #C2B4BB;
}
.AnyTagClassName
{
color: #C2B4BB;
}
</style>
background-color css
<style>
a { background-color: #C2B4BB; }
a { background-color: rgb(194,180,187); }
div.DivClassName
{
background-color: #C2B4BB;
}
.BgClassName
{
background-color: #C2B4BB;
}
</style>
border-color css
<style>
span { border-color: #C2B4BB; }
span { border-color: rgb(194,180,187); }
td.TdClassName
{
border-color: #C2B4BB;
}
.TagClassName
{
border-color: #C2B4BB;
}
</style>