Shades of Maverick #C3B5C0
Tints of Maverick #C3B5C0
RGB
CMYK
RGB Variations
Color information
#C3B5C0 (or 0xC3B5C0) is known color: Maverick. HEX triplet: C3, B5 and C0. RGB value is (195,181,192). Sum of RGB (Red+Green+Blue) = 195+181+192=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5C0 is #3C4A3F. Grayscale: #BABABA. Windows color (decimal): -3951168 or 12629443. OLE color: 12629443.
HSL color Cylindrical-coordinate representation of color #C3B5C0: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3B5C0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 192 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.24 |
| HSL | 312.86º | 0.1% | 0.74% | - |
| HSV(B) | 312.86º | 0.07% | 0.76% | - |
| XYZ | 48.54 | 48.46 | 56.66 | - |
| YUV | 186.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 192 | 0 | 0.07 | 0.02 | 0.24 | 312.86 | 0.1 | 0.74 |
| Hex | C3 | B5 | C0 | 0 | 7 | 2 | 18 | 139 | A | 4A |
| Octal | 303 | 265 | 300 | 0 | 7 | 2 | 30 | 471 | 12 | 112 |
| Binary | 11000011 | 10110101 | 11000000 | 0 | 111 | 10 | 11000 | 100111001 | 1010 | 1001010 |
Color Harmonies of #C3B5C0
Complementary color
Monochromatic Colors of #C3B5C0
Black with #C3B5C0
Text Example
Text Example
White with #C3B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5C0; }
p { color: rgb(195,181,192); }
H1.HeaderClassName
{
color: #C3B5C0;
}
.AnyTagClassName
{
color: #C3B5C0;
}
</style>
background-color css
<style>
a { background-color: #C3B5C0; }
a { background-color: rgb(195,181,192); }
div.DivClassName
{
background-color: #C3B5C0;
}
.BgClassName
{
background-color: #C3B5C0;
}
</style>
border-color css
<style>
span { border-color: #C3B5C0; }
span { border-color: rgb(195,181,192); }
td.TdClassName
{
border-color: #C3B5C0;
}
.TagClassName
{
border-color: #C3B5C0;
}
</style>