Shades of Maverick #C4A7BE
Tints of Maverick #C4A7BE
RGB
CMYK
RGB Variations
Color information
#C4A7BE (or 0xC4A7BE) is known color: Maverick. HEX triplet: C4, A7 and BE. RGB value is (196,167,190). Sum of RGB (Red+Green+Blue) = 196+167+190=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A7BE is #3B5841. Grayscale: #B2B2B2. Windows color (decimal): -3889218 or 12494788. OLE color: 12494788.
HSL color Cylindrical-coordinate representation of color #C4A7BE: hue angle of 312.41º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4A7BE is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 190 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.23 |
| HSL | 312.41º | 0.2% | 0.71% | - |
| HSV(B) | 312.41º | 0.15% | 0.77% | - |
| XYZ | 45.88 | 43.09 | 54.61 | - |
| YUV | 178.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 190 | 0 | 0.15 | 0.03 | 0.23 | 312.41 | 0.2 | 0.71 |
| Hex | C4 | A7 | BE | 0 | F | 3 | 17 | 138 | 14 | 47 |
| Octal | 304 | 247 | 276 | 0 | 17 | 3 | 27 | 470 | 24 | 107 |
| Binary | 11000100 | 10100111 | 10111110 | 0 | 1111 | 11 | 10111 | 100111000 | 10100 | 1000111 |
Color Harmonies of #C4A7BE
Complementary color
Monochromatic Colors of #C4A7BE
Black with #C4A7BE
Text Example
Text Example
White with #C4A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A7BE; }
p { color: rgb(196,167,190); }
H1.HeaderClassName
{
color: #C4A7BE;
}
.AnyTagClassName
{
color: #C4A7BE;
}
</style>
background-color css
<style>
a { background-color: #C4A7BE; }
a { background-color: rgb(196,167,190); }
div.DivClassName
{
background-color: #C4A7BE;
}
.BgClassName
{
background-color: #C4A7BE;
}
</style>
border-color css
<style>
span { border-color: #C4A7BE; }
span { border-color: rgb(196,167,190); }
td.TdClassName
{
border-color: #C4A7BE;
}
.TagClassName
{
border-color: #C4A7BE;
}
</style>