Shades of Maverick #C4A4BC
Tints of Maverick #C4A4BC
RGB
CMYK
RGB Variations
Color information
#C4A4BC (or 0xC4A4BC) is known color: Maverick. HEX triplet: C4, A4 and BC. RGB value is (196,164,188). Sum of RGB (Red+Green+Blue) = 196+164+188=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4BC is #3B5B43. Grayscale: #B0B0B0. Windows color (decimal): -3889988 or 12362948. OLE color: 12362948.
HSL color Cylindrical-coordinate representation of color #C4A4BC: hue angle of 315º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4A4BC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 188 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.23 |
| HSL | 315º | 0.21% | 0.71% | - |
| HSV(B) | 315º | 0.16% | 0.77% | - |
| XYZ | 45.12 | 41.92 | 53.29 | - |
| YUV | 176.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 188 | 0 | 0.16 | 0.04 | 0.23 | 315 | 0.21 | 0.71 |
| Hex | C4 | A4 | BC | 0 | 10 | 4 | 17 | 13B | 15 | 47 |
| Octal | 304 | 244 | 274 | 0 | 20 | 4 | 27 | 473 | 25 | 107 |
| Binary | 11000100 | 10100100 | 10111100 | 0 | 10000 | 100 | 10111 | 100111011 | 10101 | 1000111 |
Color Harmonies of #C4A4BC
Complementary color
Monochromatic Colors of #C4A4BC
Black with #C4A4BC
Text Example
Text Example
White with #C4A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4BC; }
p { color: rgb(196,164,188); }
H1.HeaderClassName
{
color: #C4A4BC;
}
.AnyTagClassName
{
color: #C4A4BC;
}
</style>
background-color css
<style>
a { background-color: #C4A4BC; }
a { background-color: rgb(196,164,188); }
div.DivClassName
{
background-color: #C4A4BC;
}
.BgClassName
{
background-color: #C4A4BC;
}
</style>
border-color css
<style>
span { border-color: #C4A4BC; }
span { border-color: rgb(196,164,188); }
td.TdClassName
{
border-color: #C4A4BC;
}
.TagClassName
{
border-color: #C4A4BC;
}
</style>