Shades of Maverick #C2AEBD
Tints of Maverick #C2AEBD
RGB
CMYK
RGB Variations
Color information
#C2AEBD (or 0xC2AEBD) is known color: Maverick. HEX triplet: C2, AE and BD. RGB value is (194,174,189). Sum of RGB (Red+Green+Blue) = 194+174+189=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBD is #3D5142. Grayscale: #B5B5B5. Windows color (decimal): -4018499 or 12431042. OLE color: 12431042.
HSL color Cylindrical-coordinate representation of color #C2AEBD: hue angle of 315º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AEBD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 189 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.24 |
| HSL | 315º | 0.14% | 0.72% | - |
| HSV(B) | 315º | 0.1% | 0.76% | - |
| XYZ | 46.57 | 45.42 | 54.46 | - |
| YUV | 181.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 189 | 0 | 0.10 | 0.03 | 0.24 | 315 | 0.14 | 0.72 |
| Hex | C2 | AE | BD | 0 | A | 3 | 18 | 13B | E | 48 |
| Octal | 302 | 256 | 275 | 0 | 12 | 3 | 30 | 473 | 16 | 110 |
| Binary | 11000010 | 10101110 | 10111101 | 0 | 1010 | 11 | 11000 | 100111011 | 1110 | 1001000 |
Color Harmonies of #C2AEBD
Complementary color
Monochromatic Colors of #C2AEBD
Black with #C2AEBD
Text Example
Text Example
White with #C2AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEBD; }
p { color: rgb(194,174,189); }
H1.HeaderClassName
{
color: #C2AEBD;
}
.AnyTagClassName
{
color: #C2AEBD;
}
</style>
background-color css
<style>
a { background-color: #C2AEBD; }
a { background-color: rgb(194,174,189); }
div.DivClassName
{
background-color: #C2AEBD;
}
.BgClassName
{
background-color: #C2AEBD;
}
</style>
border-color css
<style>
span { border-color: #C2AEBD; }
span { border-color: rgb(194,174,189); }
td.TdClassName
{
border-color: #C2AEBD;
}
.TagClassName
{
border-color: #C2AEBD;
}
</style>