Shades of Maverick #C2B6BE
Tints of Maverick #C2B6BE
RGB
CMYK
RGB Variations
Color information
#C2B6BE (or 0xC2B6BE) is known color: Maverick. HEX triplet: C2, B6 and BE. RGB value is (194,182,190). Sum of RGB (Red+Green+Blue) = 194+182+190=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6BE is #3D4941. Grayscale: #BABABA. Windows color (decimal): -4016450 or 12498626. OLE color: 12498626.
HSL color Cylindrical-coordinate representation of color #C2B6BE: hue angle of 320º 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 #C2B6BE is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 182 | 190 | - |
CMYK | 0 | 0.06 | 0.02 | 0.24 |
HSL | 320º | 0.09% | 0.74% | - |
HSV(B) | 320º | 0.06% | 0.76% | - |
XYZ | 48.27 | 48.64 | 55.56 | - |
YUV | 186.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 190 | 0 | 0.06 | 0.02 | 0.24 | 320 | 0.09 | 0.74 |
Hex | C2 | B6 | BE | 0 | 6 | 2 | 18 | 140 | 9 | 4A |
Octal | 302 | 266 | 276 | 0 | 6 | 2 | 30 | 500 | 11 | 112 |
Binary | 11000010 | 10110110 | 10111110 | 0 | 110 | 10 | 11000 | 101000000 | 1001 | 1001010 |
Color Harmonies of #C2B6BE
Complementary color
Monochromatic Colors of #C2B6BE
Black with #C2B6BE
Text Example
Text Example
White with #C2B6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6BE; }
p { color: rgb(194,182,190); }
H1.HeaderClassName
{
color: #C2B6BE;
}
.AnyTagClassName
{
color: #C2B6BE;
}
</style>
background-color css
<style>
a { background-color: #C2B6BE; }
a { background-color: rgb(194,182,190); }
div.DivClassName
{
background-color: #C2B6BE;
}
.BgClassName
{
background-color: #C2B6BE;
}
</style>
border-color css
<style>
span { border-color: #C2B6BE; }
span { border-color: rgb(194,182,190); }
td.TdClassName
{
border-color: #C2B6BE;
}
.TagClassName
{
border-color: #C2B6BE;
}
</style>