Shades of Maverick #C4AEBF
Tints of Maverick #C4AEBF
RGB
CMYK
RGB Variations
Color information
#C4AEBF (or 0xC4AEBF) is known color: Maverick. HEX triplet: C4, AE and BF. RGB value is (196,174,191). Sum of RGB (Red+Green+Blue) = 196+174+191=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEBF is #3B5140. Grayscale: #B6B6B6. Windows color (decimal): -3887425 or 12562116. OLE color: 12562116.
HSL color Cylindrical-coordinate representation of color #C4AEBF: hue angle of 313.64º 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 #C4AEBF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 191 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.23 |
| HSL | 313.64º | 0.16% | 0.73% | - |
| HSV(B) | 313.64º | 0.11% | 0.77% | - |
| XYZ | 47.3 | 45.77 | 55.63 | - |
| YUV | 182.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 191 | 0 | 0.11 | 0.03 | 0.23 | 313.64 | 0.16 | 0.73 |
| Hex | C4 | AE | BF | 0 | B | 3 | 17 | 13A | 10 | 49 |
| Octal | 304 | 256 | 277 | 0 | 13 | 3 | 27 | 472 | 20 | 111 |
| Binary | 11000100 | 10101110 | 10111111 | 0 | 1011 | 11 | 10111 | 100111010 | 10000 | 1001001 |
Color Harmonies of #C4AEBF
Complementary color
Monochromatic Colors of #C4AEBF
Black with #C4AEBF
Text Example
Text Example
White with #C4AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEBF; }
p { color: rgb(196,174,191); }
H1.HeaderClassName
{
color: #C4AEBF;
}
.AnyTagClassName
{
color: #C4AEBF;
}
</style>
background-color css
<style>
a { background-color: #C4AEBF; }
a { background-color: rgb(196,174,191); }
div.DivClassName
{
background-color: #C4AEBF;
}
.BgClassName
{
background-color: #C4AEBF;
}
</style>
border-color css
<style>
span { border-color: #C4AEBF; }
span { border-color: rgb(196,174,191); }
td.TdClassName
{
border-color: #C4AEBF;
}
.TagClassName
{
border-color: #C4AEBF;
}
</style>