Shades of Maverick #C6AEBD
Tints of Maverick #C6AEBD
RGB
CMYK
RGB Variations
Color information
#C6AEBD (or 0xC6AEBD) is known color: Maverick. HEX triplet: C6, AE and BD. RGB value is (198,174,189). Sum of RGB (Red+Green+Blue) = 198+174+189=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEBD is #395142. Grayscale: #B6B6B6. Windows color (decimal): -3756355 or 12431046. OLE color: 12431046.
HSL color Cylindrical-coordinate representation of color #C6AEBD: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AEBD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 189 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.22 |
| HSL | 322.5º | 0.17% | 0.73% | - |
| HSV(B) | 322.5º | 0.12% | 0.78% | - |
| XYZ | 47.61 | 45.95 | 54.5 | - |
| YUV | 182.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 189 | 0 | 0.12 | 0.05 | 0.22 | 322.5 | 0.17 | 0.73 |
| Hex | C6 | AE | BD | 0 | C | 5 | 16 | 142 | 11 | 49 |
| Octal | 306 | 256 | 275 | 0 | 14 | 5 | 26 | 502 | 21 | 111 |
| Binary | 11000110 | 10101110 | 10111101 | 0 | 1100 | 101 | 10110 | 101000010 | 10001 | 1001001 |
Color Harmonies of #C6AEBD
Complementary color
Monochromatic Colors of #C6AEBD
Black with #C6AEBD
Text Example
Text Example
White with #C6AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEBD; }
p { color: rgb(198,174,189); }
H1.HeaderClassName
{
color: #C6AEBD;
}
.AnyTagClassName
{
color: #C6AEBD;
}
</style>
background-color css
<style>
a { background-color: #C6AEBD; }
a { background-color: rgb(198,174,189); }
div.DivClassName
{
background-color: #C6AEBD;
}
.BgClassName
{
background-color: #C6AEBD;
}
</style>
border-color css
<style>
span { border-color: #C6AEBD; }
span { border-color: rgb(198,174,189); }
td.TdClassName
{
border-color: #C6AEBD;
}
.TagClassName
{
border-color: #C6AEBD;
}
</style>