Shades of Maverick #C2B5BA
Tints of Maverick #C2B5BA
RGB
CMYK
RGB Variations
Color information
#C2B5BA (or 0xC2B5BA) is known color: Maverick. HEX triplet: C2, B5 and BA. RGB value is (194,181,186). Sum of RGB (Red+Green+Blue) = 194+181+186=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5BA is #3D4A45. Grayscale: #B9B9B9. Windows color (decimal): -4016710 or 12236226. OLE color: 12236226.
HSL color Cylindrical-coordinate representation of color #C2B5BA: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B5BA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 181 | 186 | - |
CMYK | 0 | 0.07 | 0.04 | 0.24 |
HSL | 336.92º | 0.1% | 0.74% | - |
HSV(B) | 336.92º | 0.07% | 0.76% | - |
XYZ | 47.63 | 48.06 | 53.22 | - |
YUV | 185.46 | 128.31 | 134.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 186 | 0 | 0.07 | 0.04 | 0.24 | 336.92 | 0.1 | 0.74 |
Hex | C2 | B5 | BA | 0 | 7 | 4 | 18 | 151 | A | 4A |
Octal | 302 | 265 | 272 | 0 | 7 | 4 | 30 | 521 | 12 | 112 |
Binary | 11000010 | 10110101 | 10111010 | 0 | 111 | 100 | 11000 | 101010001 | 1010 | 1001010 |
Color Harmonies of #C2B5BA
Complementary color
Monochromatic Colors of #C2B5BA
Black with #C2B5BA
Text Example
Text Example
White with #C2B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5BA; }
p { color: rgb(194,181,186); }
H1.HeaderClassName
{
color: #C2B5BA;
}
.AnyTagClassName
{
color: #C2B5BA;
}
</style>
background-color css
<style>
a { background-color: #C2B5BA; }
a { background-color: rgb(194,181,186); }
div.DivClassName
{
background-color: #C2B5BA;
}
.BgClassName
{
background-color: #C2B5BA;
}
</style>
border-color css
<style>
span { border-color: #C2B5BA; }
span { border-color: rgb(194,181,186); }
td.TdClassName
{
border-color: #C2B5BA;
}
.TagClassName
{
border-color: #C2B5BA;
}
</style>