Shades of Maverick #C3BBBE
Tints of Maverick #C3BBBE
RGB
CMYK
RGB Variations
Color information
#C3BBBE (or 0xC3BBBE) is known color: Maverick. HEX triplet: C3, BB and BE. RGB value is (195,187,190). Sum of RGB (Red+Green+Blue) = 195+187+190=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBE is #3C4441. Grayscale: #BDBDBD. Windows color (decimal): -3949634 or 12499907. OLE color: 12499907.
HSL color Cylindrical-coordinate representation of color #C3BBBE: hue angle of 337.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 #C3BBBE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 190 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.24 |
| HSL | 337.5º | 0.06% | 0.75% | - |
| HSV(B) | 337.5º | 0.04% | 0.76% | - |
| XYZ | 49.57 | 50.86 | 55.92 | - |
| YUV | 189.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 190 | 0 | 0.04 | 0.03 | 0.24 | 337.5 | 0.06 | 0.75 |
| Hex | C3 | BB | BE | 0 | 4 | 3 | 18 | 152 | 6 | 4B |
| Octal | 303 | 273 | 276 | 0 | 4 | 3 | 30 | 522 | 6 | 113 |
| Binary | 11000011 | 10111011 | 10111110 | 0 | 100 | 11 | 11000 | 101010010 | 110 | 1001011 |
Color Harmonies of #C3BBBE
Complementary color
Monochromatic Colors of #C3BBBE
Black with #C3BBBE
Text Example
Text Example
White with #C3BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBBE; }
p { color: rgb(195,187,190); }
H1.HeaderClassName
{
color: #C3BBBE;
}
.AnyTagClassName
{
color: #C3BBBE;
}
</style>
background-color css
<style>
a { background-color: #C3BBBE; }
a { background-color: rgb(195,187,190); }
div.DivClassName
{
background-color: #C3BBBE;
}
.BgClassName
{
background-color: #C3BBBE;
}
</style>
border-color css
<style>
span { border-color: #C3BBBE; }
span { border-color: rgb(195,187,190); }
td.TdClassName
{
border-color: #C3BBBE;
}
.TagClassName
{
border-color: #C3BBBE;
}
</style>