Shades of Maverick #C3B0C0
Tints of Maverick #C3B0C0
RGB
CMYK
RGB Variations
Color information
#C3B0C0 (or 0xC3B0C0) is known color: Maverick. HEX triplet: C3, B0 and C0. RGB value is (195,176,192). Sum of RGB (Red+Green+Blue) = 195+176+192=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0C0 is #3C4F3F. Grayscale: #B7B7B7. Windows color (decimal): -3952448 or 12628163. OLE color: 12628163.
HSL color Cylindrical-coordinate representation of color #C3B0C0: hue angle of 309.47º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B0C0 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 192 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.24 |
| HSL | 309.47º | 0.14% | 0.73% | - |
| HSV(B) | 309.47º | 0.1% | 0.76% | - |
| XYZ | 47.55 | 46.46 | 56.33 | - |
| YUV | 183.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 192 | 0 | 0.10 | 0.02 | 0.24 | 309.47 | 0.14 | 0.73 |
| Hex | C3 | B0 | C0 | 0 | A | 2 | 18 | 135 | E | 49 |
| Octal | 303 | 260 | 300 | 0 | 12 | 2 | 30 | 465 | 16 | 111 |
| Binary | 11000011 | 10110000 | 11000000 | 0 | 1010 | 10 | 11000 | 100110101 | 1110 | 1001001 |
Color Harmonies of #C3B0C0
Complementary color
Monochromatic Colors of #C3B0C0
Black with #C3B0C0
Text Example
Text Example
White with #C3B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0C0; }
p { color: rgb(195,176,192); }
H1.HeaderClassName
{
color: #C3B0C0;
}
.AnyTagClassName
{
color: #C3B0C0;
}
</style>
background-color css
<style>
a { background-color: #C3B0C0; }
a { background-color: rgb(195,176,192); }
div.DivClassName
{
background-color: #C3B0C0;
}
.BgClassName
{
background-color: #C3B0C0;
}
</style>
border-color css
<style>
span { border-color: #C3B0C0; }
span { border-color: rgb(195,176,192); }
td.TdClassName
{
border-color: #C3B0C0;
}
.TagClassName
{
border-color: #C3B0C0;
}
</style>