Shades of Maverick #C4AEBD
Tints of Maverick #C4AEBD
RGB
CMYK
RGB Variations
Color information
#C4AEBD (or 0xC4AEBD) is known color: Maverick. HEX triplet: C4, AE and BD. RGB value is (196,174,189). Sum of RGB (Red+Green+Blue) = 196+174+189=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEBD is #3B5142. Grayscale: #B6B6B6. Windows color (decimal): -3887427 or 12431044. OLE color: 12431044.
HSL color Cylindrical-coordinate representation of color #C4AEBD: hue angle of 319.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AEBD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 189 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.23 |
| HSL | 319.09º | 0.16% | 0.73% | - |
| HSV(B) | 319.09º | 0.11% | 0.77% | - |
| XYZ | 47.09 | 45.68 | 54.48 | - |
| YUV | 182.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 189 | 0 | 0.11 | 0.04 | 0.23 | 319.09 | 0.16 | 0.73 |
| Hex | C4 | AE | BD | 0 | B | 4 | 17 | 13F | 10 | 49 |
| Octal | 304 | 256 | 275 | 0 | 13 | 4 | 27 | 477 | 20 | 111 |
| Binary | 11000100 | 10101110 | 10111101 | 0 | 1011 | 100 | 10111 | 100111111 | 10000 | 1001001 |
Color Harmonies of #C4AEBD
Complementary color
Monochromatic Colors of #C4AEBD
Black with #C4AEBD
Text Example
Text Example
White with #C4AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEBD; }
p { color: rgb(196,174,189); }
H1.HeaderClassName
{
color: #C4AEBD;
}
.AnyTagClassName
{
color: #C4AEBD;
}
</style>
background-color css
<style>
a { background-color: #C4AEBD; }
a { background-color: rgb(196,174,189); }
div.DivClassName
{
background-color: #C4AEBD;
}
.BgClassName
{
background-color: #C4AEBD;
}
</style>
border-color css
<style>
span { border-color: #C4AEBD; }
span { border-color: rgb(196,174,189); }
td.TdClassName
{
border-color: #C4AEBD;
}
.TagClassName
{
border-color: #C4AEBD;
}
</style>