Shades of Maverick #C3BBC0
Tints of Maverick #C3BBC0
RGB
CMYK
RGB Variations
Color information
#C3BBC0 (or 0xC3BBC0) is known color: Maverick. HEX triplet: C3, BB and C0. RGB value is (195,187,192). Sum of RGB (Red+Green+Blue) = 195+187+192=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBC0 is #3C443F. Grayscale: #BDBDBD. Windows color (decimal): -3949632 or 12630979. OLE color: 12630979.
HSL color Cylindrical-coordinate representation of color #C3BBC0: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BBC0 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 192 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.24 |
| HSL | 322.5º | 0.06% | 0.75% | - |
| HSV(B) | 322.5º | 0.04% | 0.76% | - |
| XYZ | 49.79 | 50.95 | 57.08 | - |
| YUV | 189.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 192 | 0 | 0.04 | 0.02 | 0.24 | 322.5 | 0.06 | 0.75 |
| Hex | C3 | BB | C0 | 0 | 4 | 2 | 18 | 142 | 6 | 4B |
| Octal | 303 | 273 | 300 | 0 | 4 | 2 | 30 | 502 | 6 | 113 |
| Binary | 11000011 | 10111011 | 11000000 | 0 | 100 | 10 | 11000 | 101000010 | 110 | 1001011 |
Color Harmonies of #C3BBC0
Complementary color
Monochromatic Colors of #C3BBC0
Black with #C3BBC0
Text Example
Text Example
White with #C3BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBC0; }
p { color: rgb(195,187,192); }
H1.HeaderClassName
{
color: #C3BBC0;
}
.AnyTagClassName
{
color: #C3BBC0;
}
</style>
background-color css
<style>
a { background-color: #C3BBC0; }
a { background-color: rgb(195,187,192); }
div.DivClassName
{
background-color: #C3BBC0;
}
.BgClassName
{
background-color: #C3BBC0;
}
</style>
border-color css
<style>
span { border-color: #C3BBC0; }
span { border-color: rgb(195,187,192); }
td.TdClassName
{
border-color: #C3BBC0;
}
.TagClassName
{
border-color: #C3BBC0;
}
</style>