Shades of Maverick #C2B3BC
Tints of Maverick #C2B3BC
RGB
CMYK
RGB Variations
Color information
#C2B3BC (or 0xC2B3BC) is known color: Maverick. HEX triplet: C2, B3 and BC. RGB value is (194,179,188). Sum of RGB (Red+Green+Blue) = 194+179+188=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3BC is #3D4C43. Grayscale: #B8B8B8. Windows color (decimal): -4017220 or 12366786. OLE color: 12366786.
HSL color Cylindrical-coordinate representation of color #C2B3BC: hue angle of 324º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2B3BC is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 188 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.24 |
| HSL | 324º | 0.11% | 0.73% | - |
| HSV(B) | 324º | 0.08% | 0.76% | - |
| XYZ | 47.45 | 47.34 | 54.21 | - |
| YUV | 184.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 188 | 0 | 0.08 | 0.03 | 0.24 | 324 | 0.11 | 0.73 |
| Hex | C2 | B3 | BC | 0 | 8 | 3 | 18 | 144 | B | 49 |
| Octal | 302 | 263 | 274 | 0 | 10 | 3 | 30 | 504 | 13 | 111 |
| Binary | 11000010 | 10110011 | 10111100 | 0 | 1000 | 11 | 11000 | 101000100 | 1011 | 1001001 |
Color Harmonies of #C2B3BC
Complementary color
Monochromatic Colors of #C2B3BC
Black with #C2B3BC
Text Example
Text Example
White with #C2B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3BC; }
p { color: rgb(194,179,188); }
H1.HeaderClassName
{
color: #C2B3BC;
}
.AnyTagClassName
{
color: #C2B3BC;
}
</style>
background-color css
<style>
a { background-color: #C2B3BC; }
a { background-color: rgb(194,179,188); }
div.DivClassName
{
background-color: #C2B3BC;
}
.BgClassName
{
background-color: #C2B3BC;
}
</style>
border-color css
<style>
span { border-color: #C2B3BC; }
span { border-color: rgb(194,179,188); }
td.TdClassName
{
border-color: #C2B3BC;
}
.TagClassName
{
border-color: #C2B3BC;
}
</style>