Shades of Maverick #C4ACB9
Tints of Maverick #C4ACB9
RGB
CMYK
RGB Variations
Color information
#C4ACB9 (or 0xC4ACB9) is known color: Maverick. HEX triplet: C4, AC and B9. RGB value is (196,172,185). Sum of RGB (Red+Green+Blue) = 196+172+185=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACB9 is #3B5346. Grayscale: #B4B4B4. Windows color (decimal): -3887943 or 12168388. OLE color: 12168388.
HSL color Cylindrical-coordinate representation of color #C4ACB9: hue angle of 327.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ACB9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 185 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.23 |
| HSL | 327.5º | 0.17% | 0.72% | - |
| HSV(B) | 327.5º | 0.12% | 0.77% | - |
| XYZ | 46.27 | 44.74 | 52.1 | - |
| YUV | 180.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 185 | 0 | 0.12 | 0.06 | 0.23 | 327.5 | 0.17 | 0.72 |
| Hex | C4 | AC | B9 | 0 | C | 6 | 17 | 148 | 11 | 48 |
| Octal | 304 | 254 | 271 | 0 | 14 | 6 | 27 | 510 | 21 | 110 |
| Binary | 11000100 | 10101100 | 10111001 | 0 | 1100 | 110 | 10111 | 101001000 | 10001 | 1001000 |
Color Harmonies of #C4ACB9
Complementary color
Monochromatic Colors of #C4ACB9
Black with #C4ACB9
Text Example
Text Example
White with #C4ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACB9; }
p { color: rgb(196,172,185); }
H1.HeaderClassName
{
color: #C4ACB9;
}
.AnyTagClassName
{
color: #C4ACB9;
}
</style>
background-color css
<style>
a { background-color: #C4ACB9; }
a { background-color: rgb(196,172,185); }
div.DivClassName
{
background-color: #C4ACB9;
}
.BgClassName
{
background-color: #C4ACB9;
}
</style>
border-color css
<style>
span { border-color: #C4ACB9; }
span { border-color: rgb(196,172,185); }
td.TdClassName
{
border-color: #C4ACB9;
}
.TagClassName
{
border-color: #C4ACB9;
}
</style>