Shades of Maverick #C3BCC1
Tints of Maverick #C3BCC1
RGB
CMYK
RGB Variations
Color information
#C3BCC1 (or 0xC3BCC1) is known color: Maverick. HEX triplet: C3, BC and C1. RGB value is (195,188,193). Sum of RGB (Red+Green+Blue) = 195+188+193=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC1 is #3C433E. Grayscale: #BEBEBE. Windows color (decimal): -3949375 or 12696771. OLE color: 12696771.
HSL color Cylindrical-coordinate representation of color #C3BCC1: hue angle of 317.14º 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 #C3BCC1 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 193 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.24 |
| HSL | 317.14º | 0.06% | 0.75% | - |
| HSV(B) | 317.14º | 0.04% | 0.76% | - |
| XYZ | 50.11 | 51.42 | 57.74 | - |
| YUV | 190.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 193 | 0 | 0.04 | 0.01 | 0.24 | 317.14 | 0.06 | 0.75 |
| Hex | C3 | BC | C1 | 0 | 4 | 1 | 18 | 13D | 6 | 4B |
| Octal | 303 | 274 | 301 | 0 | 4 | 1 | 30 | 475 | 6 | 113 |
| Binary | 11000011 | 10111100 | 11000001 | 0 | 100 | 1 | 11000 | 100111101 | 110 | 1001011 |
Color Harmonies of #C3BCC1
Complementary color
Monochromatic Colors of #C3BCC1
Black with #C3BCC1
Text Example
Text Example
White with #C3BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCC1; }
p { color: rgb(195,188,193); }
H1.HeaderClassName
{
color: #C3BCC1;
}
.AnyTagClassName
{
color: #C3BCC1;
}
</style>
background-color css
<style>
a { background-color: #C3BCC1; }
a { background-color: rgb(195,188,193); }
div.DivClassName
{
background-color: #C3BCC1;
}
.BgClassName
{
background-color: #C3BCC1;
}
</style>
border-color css
<style>
span { border-color: #C3BCC1; }
span { border-color: rgb(195,188,193); }
td.TdClassName
{
border-color: #C3BCC1;
}
.TagClassName
{
border-color: #C3BCC1;
}
</style>