Shades of Maverick #C3B4BA
Tints of Maverick #C3B4BA
RGB
CMYK
RGB Variations
Color information
#C3B4BA (or 0xC3B4BA) is known color: Maverick. HEX triplet: C3, B4 and BA. RGB value is (195,180,186). Sum of RGB (Red+Green+Blue) = 195+180+186=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4BA is #3C4B45. Grayscale: #B9B9B9. Windows color (decimal): -3951430 or 12235971. OLE color: 12235971.
HSL color Cylindrical-coordinate representation of color #C3B4BA: hue angle of 336º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B4BA is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 186 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.24 |
| HSL | 336º | 0.11% | 0.74% | - |
| HSV(B) | 336º | 0.08% | 0.76% | - |
| XYZ | 47.69 | 47.79 | 53.17 | - |
| YUV | 185.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 186 | 0 | 0.08 | 0.05 | 0.24 | 336 | 0.11 | 0.74 |
| Hex | C3 | B4 | BA | 0 | 8 | 5 | 18 | 150 | B | 4A |
| Octal | 303 | 264 | 272 | 0 | 10 | 5 | 30 | 520 | 13 | 112 |
| Binary | 11000011 | 10110100 | 10111010 | 0 | 1000 | 101 | 11000 | 101010000 | 1011 | 1001010 |
Color Harmonies of #C3B4BA
Complementary color
Monochromatic Colors of #C3B4BA
Black with #C3B4BA
Text Example
Text Example
White with #C3B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4BA; }
p { color: rgb(195,180,186); }
H1.HeaderClassName
{
color: #C3B4BA;
}
.AnyTagClassName
{
color: #C3B4BA;
}
</style>
background-color css
<style>
a { background-color: #C3B4BA; }
a { background-color: rgb(195,180,186); }
div.DivClassName
{
background-color: #C3B4BA;
}
.BgClassName
{
background-color: #C3B4BA;
}
</style>
border-color css
<style>
span { border-color: #C3B4BA; }
span { border-color: rgb(195,180,186); }
td.TdClassName
{
border-color: #C3B4BA;
}
.TagClassName
{
border-color: #C3B4BA;
}
</style>