Shades of Maverick #C4A8BF
Tints of Maverick #C4A8BF
RGB
CMYK
RGB Variations
Color information
#C4A8BF (or 0xC4A8BF) is known color: Maverick. HEX triplet: C4, A8 and BF. RGB value is (196,168,191). Sum of RGB (Red+Green+Blue) = 196+168+191=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8BF is #3B5740. Grayscale: #B2B2B2. Windows color (decimal): -3888961 or 12560580. OLE color: 12560580.
HSL color Cylindrical-coordinate representation of color #C4A8BF: hue angle of 310.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8BF is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 191 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.23 |
| HSL | 310.71º | 0.19% | 0.71% | - |
| HSV(B) | 310.71º | 0.14% | 0.77% | - |
| XYZ | 46.17 | 43.5 | 55.25 | - |
| YUV | 178.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 191 | 0 | 0.14 | 0.03 | 0.23 | 310.71 | 0.19 | 0.71 |
| Hex | C4 | A8 | BF | 0 | E | 3 | 17 | 137 | 13 | 47 |
| Octal | 304 | 250 | 277 | 0 | 16 | 3 | 27 | 467 | 23 | 107 |
| Binary | 11000100 | 10101000 | 10111111 | 0 | 1110 | 11 | 10111 | 100110111 | 10011 | 1000111 |
Color Harmonies of #C4A8BF
Complementary color
Monochromatic Colors of #C4A8BF
Black with #C4A8BF
Text Example
Text Example
White with #C4A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8BF; }
p { color: rgb(196,168,191); }
H1.HeaderClassName
{
color: #C4A8BF;
}
.AnyTagClassName
{
color: #C4A8BF;
}
</style>
background-color css
<style>
a { background-color: #C4A8BF; }
a { background-color: rgb(196,168,191); }
div.DivClassName
{
background-color: #C4A8BF;
}
.BgClassName
{
background-color: #C4A8BF;
}
</style>
border-color css
<style>
span { border-color: #C4A8BF; }
span { border-color: rgb(196,168,191); }
td.TdClassName
{
border-color: #C4A8BF;
}
.TagClassName
{
border-color: #C4A8BF;
}
</style>