Shades of Maverick #C3B3BB
Tints of Maverick #C3B3BB
RGB
CMYK
RGB Variations
Color information
#C3B3BB (or 0xC3B3BB) is known color: Maverick. HEX triplet: C3, B3 and BB. RGB value is (195,179,187). Sum of RGB (Red+Green+Blue) = 195+179+187=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3BB is #3C4C44. Grayscale: #B8B8B8. Windows color (decimal): -3951685 or 12301251. OLE color: 12301251.
HSL color Cylindrical-coordinate representation of color #C3B3BB: hue angle of 330º degrees, saturation: 0.12, 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 #C3B3BB is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 187 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.24 |
| HSL | 330º | 0.12% | 0.73% | - |
| HSV(B) | 330º | 0.08% | 0.76% | - |
| XYZ | 47.6 | 47.43 | 53.66 | - |
| YUV | 184.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 187 | 0 | 0.08 | 0.04 | 0.24 | 330 | 0.12 | 0.73 |
| Hex | C3 | B3 | BB | 0 | 8 | 4 | 18 | 14A | C | 49 |
| Octal | 303 | 263 | 273 | 0 | 10 | 4 | 30 | 512 | 14 | 111 |
| Binary | 11000011 | 10110011 | 10111011 | 0 | 1000 | 100 | 11000 | 101001010 | 1100 | 1001001 |
Color Harmonies of #C3B3BB
Complementary color
Monochromatic Colors of #C3B3BB
Black with #C3B3BB
Text Example
Text Example
White with #C3B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3BB; }
p { color: rgb(195,179,187); }
H1.HeaderClassName
{
color: #C3B3BB;
}
.AnyTagClassName
{
color: #C3B3BB;
}
</style>
background-color css
<style>
a { background-color: #C3B3BB; }
a { background-color: rgb(195,179,187); }
div.DivClassName
{
background-color: #C3B3BB;
}
.BgClassName
{
background-color: #C3B3BB;
}
</style>
border-color css
<style>
span { border-color: #C3B3BB; }
span { border-color: rgb(195,179,187); }
td.TdClassName
{
border-color: #C3B3BB;
}
.TagClassName
{
border-color: #C3B3BB;
}
</style>