Shades of Maverick #C2B6BA
Tints of Maverick #C2B6BA
RGB
CMYK
RGB Variations
Color information
#C2B6BA (or 0xC2B6BA) is known color: Maverick. HEX triplet: C2, B6 and BA. RGB value is (194,182,186). Sum of RGB (Red+Green+Blue) = 194+182+186=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6BA is #3D4945. Grayscale: #BABABA. Windows color (decimal): -4016454 or 12236482. OLE color: 12236482.
HSL color Cylindrical-coordinate representation of color #C2B6BA: hue angle of 340º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2B6BA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 182 | 186 | - |
CMYK | 0 | 0.06 | 0.04 | 0.24 |
HSL | 340º | 0.09% | 0.74% | - |
HSV(B) | 340º | 0.06% | 0.76% | - |
XYZ | 47.84 | 48.47 | 53.29 | - |
YUV | 186.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 186 | 0 | 0.06 | 0.04 | 0.24 | 340 | 0.09 | 0.74 |
Hex | C2 | B6 | BA | 0 | 6 | 4 | 18 | 154 | 9 | 4A |
Octal | 302 | 266 | 272 | 0 | 6 | 4 | 30 | 524 | 11 | 112 |
Binary | 11000010 | 10110110 | 10111010 | 0 | 110 | 100 | 11000 | 101010100 | 1001 | 1001010 |
Color Harmonies of #C2B6BA
Complementary color
Monochromatic Colors of #C2B6BA
Black with #C2B6BA
Text Example
Text Example
White with #C2B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6BA; }
p { color: rgb(194,182,186); }
H1.HeaderClassName
{
color: #C2B6BA;
}
.AnyTagClassName
{
color: #C2B6BA;
}
</style>
background-color css
<style>
a { background-color: #C2B6BA; }
a { background-color: rgb(194,182,186); }
div.DivClassName
{
background-color: #C2B6BA;
}
.BgClassName
{
background-color: #C2B6BA;
}
</style>
border-color css
<style>
span { border-color: #C2B6BA; }
span { border-color: rgb(194,182,186); }
td.TdClassName
{
border-color: #C2B6BA;
}
.TagClassName
{
border-color: #C2B6BA;
}
</style>