Shades of Maverick #C3B7BC
Tints of Maverick #C3B7BC
RGB
CMYK
RGB Variations
Color information
#C3B7BC (or 0xC3B7BC) is known color: Maverick. HEX triplet: C3, B7 and BC. RGB value is (195,183,188). Sum of RGB (Red+Green+Blue) = 195+183+188=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7BC is #3C4843. Grayscale: #BBBBBB. Windows color (decimal): -3950660 or 12367811. OLE color: 12367811.
HSL color Cylindrical-coordinate representation of color #C3B7BC: hue angle of 335º 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 #C3B7BC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 188 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.24 |
| HSL | 335º | 0.09% | 0.74% | - |
| HSV(B) | 335º | 0.06% | 0.76% | - |
| XYZ | 48.52 | 49.1 | 54.5 | - |
| YUV | 187.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 188 | 0 | 0.06 | 0.04 | 0.24 | 335 | 0.09 | 0.74 |
| Hex | C3 | B7 | BC | 0 | 6 | 4 | 18 | 14F | 9 | 4A |
| Octal | 303 | 267 | 274 | 0 | 6 | 4 | 30 | 517 | 11 | 112 |
| Binary | 11000011 | 10110111 | 10111100 | 0 | 110 | 100 | 11000 | 101001111 | 1001 | 1001010 |
Color Harmonies of #C3B7BC
Complementary color
Monochromatic Colors of #C3B7BC
Black with #C3B7BC
Text Example
Text Example
White with #C3B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7BC; }
p { color: rgb(195,183,188); }
H1.HeaderClassName
{
color: #C3B7BC;
}
.AnyTagClassName
{
color: #C3B7BC;
}
</style>
background-color css
<style>
a { background-color: #C3B7BC; }
a { background-color: rgb(195,183,188); }
div.DivClassName
{
background-color: #C3B7BC;
}
.BgClassName
{
background-color: #C3B7BC;
}
</style>
border-color css
<style>
span { border-color: #C3B7BC; }
span { border-color: rgb(195,183,188); }
td.TdClassName
{
border-color: #C3B7BC;
}
.TagClassName
{
border-color: #C3B7BC;
}
</style>