Shades of Maverick #C4B6C2
Tints of Maverick #C4B6C2
RGB
CMYK
RGB Variations
Color information
#C4B6C2 (or 0xC4B6C2) is known color: Maverick. HEX triplet: C4, B6 and C2. RGB value is (196,182,194). Sum of RGB (Red+Green+Blue) = 196+182+194=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B6C2 is #3B493D. Grayscale: #BBBBBB. Windows color (decimal): -3885374 or 12760772. OLE color: 12760772.
HSL color Cylindrical-coordinate representation of color #C4B6C2: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B6C2 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 194 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.23 |
| HSL | 308.57º | 0.11% | 0.74% | - |
| HSV(B) | 308.57º | 0.07% | 0.77% | - |
| XYZ | 49.23 | 49.09 | 57.92 | - |
| YUV | 187.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 194 | 0 | 0.07 | 0.01 | 0.23 | 308.57 | 0.11 | 0.74 |
| Hex | C4 | B6 | C2 | 0 | 7 | 1 | 17 | 135 | B | 4A |
| Octal | 304 | 266 | 302 | 0 | 7 | 1 | 27 | 465 | 13 | 112 |
| Binary | 11000100 | 10110110 | 11000010 | 0 | 111 | 1 | 10111 | 100110101 | 1011 | 1001010 |
Color Harmonies of #C4B6C2
Complementary color
Monochromatic Colors of #C4B6C2
Black with #C4B6C2
Text Example
Text Example
White with #C4B6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B6C2; }
p { color: rgb(196,182,194); }
H1.HeaderClassName
{
color: #C4B6C2;
}
.AnyTagClassName
{
color: #C4B6C2;
}
</style>
background-color css
<style>
a { background-color: #C4B6C2; }
a { background-color: rgb(196,182,194); }
div.DivClassName
{
background-color: #C4B6C2;
}
.BgClassName
{
background-color: #C4B6C2;
}
</style>
border-color css
<style>
span { border-color: #C4B6C2; }
span { border-color: rgb(196,182,194); }
td.TdClassName
{
border-color: #C4B6C2;
}
.TagClassName
{
border-color: #C4B6C2;
}
</style>