Shades of Maverick #C3B4C0
Tints of Maverick #C3B4C0
RGB
CMYK
RGB Variations
Color information
#C3B4C0 (or 0xC3B4C0) is known color: Maverick. HEX triplet: C3, B4 and C0. RGB value is (195,180,192). Sum of RGB (Red+Green+Blue) = 195+180+192=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4C0 is #3C4B3F. Grayscale: #B9B9B9. Windows color (decimal): -3951424 or 12629187. OLE color: 12629187.
HSL color Cylindrical-coordinate representation of color #C3B4C0: hue angle of 312º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B4C0 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 192 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.24 |
| HSL | 312º | 0.11% | 0.74% | - |
| HSV(B) | 312º | 0.08% | 0.76% | - |
| XYZ | 48.34 | 48.05 | 56.6 | - |
| YUV | 185.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 192 | 0 | 0.08 | 0.02 | 0.24 | 312 | 0.11 | 0.74 |
| Hex | C3 | B4 | C0 | 0 | 8 | 2 | 18 | 138 | B | 4A |
| Octal | 303 | 264 | 300 | 0 | 10 | 2 | 30 | 470 | 13 | 112 |
| Binary | 11000011 | 10110100 | 11000000 | 0 | 1000 | 10 | 11000 | 100111000 | 1011 | 1001010 |
Color Harmonies of #C3B4C0
Complementary color
Monochromatic Colors of #C3B4C0
Black with #C3B4C0
Text Example
Text Example
White with #C3B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4C0; }
p { color: rgb(195,180,192); }
H1.HeaderClassName
{
color: #C3B4C0;
}
.AnyTagClassName
{
color: #C3B4C0;
}
</style>
background-color css
<style>
a { background-color: #C3B4C0; }
a { background-color: rgb(195,180,192); }
div.DivClassName
{
background-color: #C3B4C0;
}
.BgClassName
{
background-color: #C3B4C0;
}
</style>
border-color css
<style>
span { border-color: #C3B4C0; }
span { border-color: rgb(195,180,192); }
td.TdClassName
{
border-color: #C3B4C0;
}
.TagClassName
{
border-color: #C3B4C0;
}
</style>