Shades of Maverick #C4B4BE
Tints of Maverick #C4B4BE
RGB
CMYK
RGB Variations
Color information
#C4B4BE (or 0xC4B4BE) is known color: Maverick. HEX triplet: C4, B4 and BE. RGB value is (196,180,190). Sum of RGB (Red+Green+Blue) = 196+180+190=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4BE is #3B4B41. Grayscale: #B9B9B9. Windows color (decimal): -3885890 or 12498116. OLE color: 12498116.
HSL color Cylindrical-coordinate representation of color #C4B4BE: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4B4BE is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 190 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.23 |
| HSL | 322.5º | 0.12% | 0.74% | - |
| HSV(B) | 322.5º | 0.08% | 0.77% | - |
| XYZ | 48.38 | 48.1 | 55.45 | - |
| YUV | 185.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 190 | 0 | 0.08 | 0.03 | 0.23 | 322.5 | 0.12 | 0.74 |
| Hex | C4 | B4 | BE | 0 | 8 | 3 | 17 | 142 | C | 4A |
| Octal | 304 | 264 | 276 | 0 | 10 | 3 | 27 | 502 | 14 | 112 |
| Binary | 11000100 | 10110100 | 10111110 | 0 | 1000 | 11 | 10111 | 101000010 | 1100 | 1001010 |
Color Harmonies of #C4B4BE
Complementary color
Monochromatic Colors of #C4B4BE
Black with #C4B4BE
Text Example
Text Example
White with #C4B4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B4BE; }
p { color: rgb(196,180,190); }
H1.HeaderClassName
{
color: #C4B4BE;
}
.AnyTagClassName
{
color: #C4B4BE;
}
</style>
background-color css
<style>
a { background-color: #C4B4BE; }
a { background-color: rgb(196,180,190); }
div.DivClassName
{
background-color: #C4B4BE;
}
.BgClassName
{
background-color: #C4B4BE;
}
</style>
border-color css
<style>
span { border-color: #C4B4BE; }
span { border-color: rgb(196,180,190); }
td.TdClassName
{
border-color: #C4B4BE;
}
.TagClassName
{
border-color: #C4B4BE;
}
</style>