Shades of Maverick #C3B5C1
Tints of Maverick #C3B5C1
RGB
CMYK
RGB Variations
Color information
#C3B5C1 (or 0xC3B5C1) is known color: Maverick. HEX triplet: C3, B5 and C1. RGB value is (195,181,193). Sum of RGB (Red+Green+Blue) = 195+181+193=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5C1 is #3C4A3E. Grayscale: #BABABA. Windows color (decimal): -3951167 or 12694979. OLE color: 12694979.
HSL color Cylindrical-coordinate representation of color #C3B5C1: hue angle of 308.57º 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 #C3B5C1 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 193 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.24 |
| HSL | 308.57º | 0.1% | 0.74% | - |
| HSV(B) | 308.57º | 0.07% | 0.76% | - |
| XYZ | 48.66 | 48.5 | 57.25 | - |
| YUV | 186.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 193 | 0 | 0.07 | 0.01 | 0.24 | 308.57 | 0.1 | 0.74 |
| Hex | C3 | B5 | C1 | 0 | 7 | 1 | 18 | 135 | A | 4A |
| Octal | 303 | 265 | 301 | 0 | 7 | 1 | 30 | 465 | 12 | 112 |
| Binary | 11000011 | 10110101 | 11000001 | 0 | 111 | 1 | 11000 | 100110101 | 1010 | 1001010 |
Color Harmonies of #C3B5C1
Complementary color
Monochromatic Colors of #C3B5C1
Black with #C3B5C1
Text Example
Text Example
White with #C3B5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5C1; }
p { color: rgb(195,181,193); }
H1.HeaderClassName
{
color: #C3B5C1;
}
.AnyTagClassName
{
color: #C3B5C1;
}
</style>
background-color css
<style>
a { background-color: #C3B5C1; }
a { background-color: rgb(195,181,193); }
div.DivClassName
{
background-color: #C3B5C1;
}
.BgClassName
{
background-color: #C3B5C1;
}
</style>
border-color css
<style>
span { border-color: #C3B5C1; }
span { border-color: rgb(195,181,193); }
td.TdClassName
{
border-color: #C3B5C1;
}
.TagClassName
{
border-color: #C3B5C1;
}
</style>