Shades of Maverick #C3B6C1
Tints of Maverick #C3B6C1
RGB
CMYK
RGB Variations
Color information
#C3B6C1 (or 0xC3B6C1) is known color: Maverick. HEX triplet: C3, B6 and C1. RGB value is (195,182,193). Sum of RGB (Red+Green+Blue) = 195+182+193=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6C1 is #3C493E. Grayscale: #BBBBBB. Windows color (decimal): -3950911 or 12695235. OLE color: 12695235.
HSL color Cylindrical-coordinate representation of color #C3B6C1: hue angle of 309.23º 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 #C3B6C1 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 193 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.24 |
| HSL | 309.23º | 0.1% | 0.74% | - |
| HSV(B) | 309.23º | 0.07% | 0.76% | - |
| XYZ | 48.86 | 48.91 | 57.32 | - |
| YUV | 187.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 193 | 0 | 0.07 | 0.01 | 0.24 | 309.23 | 0.1 | 0.74 |
| Hex | C3 | B6 | C1 | 0 | 7 | 1 | 18 | 135 | A | 4A |
| Octal | 303 | 266 | 301 | 0 | 7 | 1 | 30 | 465 | 12 | 112 |
| Binary | 11000011 | 10110110 | 11000001 | 0 | 111 | 1 | 11000 | 100110101 | 1010 | 1001010 |
Color Harmonies of #C3B6C1
Complementary color
Monochromatic Colors of #C3B6C1
Black with #C3B6C1
Text Example
Text Example
White with #C3B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B6C1; }
p { color: rgb(195,182,193); }
H1.HeaderClassName
{
color: #C3B6C1;
}
.AnyTagClassName
{
color: #C3B6C1;
}
</style>
background-color css
<style>
a { background-color: #C3B6C1; }
a { background-color: rgb(195,182,193); }
div.DivClassName
{
background-color: #C3B6C1;
}
.BgClassName
{
background-color: #C3B6C1;
}
</style>
border-color css
<style>
span { border-color: #C3B6C1; }
span { border-color: rgb(195,182,193); }
td.TdClassName
{
border-color: #C3B6C1;
}
.TagClassName
{
border-color: #C3B6C1;
}
</style>