Shades of Maverick #C6AEBF
Tints of Maverick #C6AEBF
RGB
CMYK
RGB Variations
Color information
#C6AEBF (or 0xC6AEBF) is known color: Maverick. HEX triplet: C6, AE and BF. RGB value is (198,174,191). Sum of RGB (Red+Green+Blue) = 198+174+191=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEBF is #395140. Grayscale: #B7B7B7. Windows color (decimal): -3756353 or 12562118. OLE color: 12562118.
HSL color Cylindrical-coordinate representation of color #C6AEBF: hue angle of 317.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 #C6AEBF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 191 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.22 |
| HSL | 317.5º | 0.17% | 0.73% | - |
| HSV(B) | 317.5º | 0.12% | 0.78% | - |
| XYZ | 47.83 | 46.04 | 55.66 | - |
| YUV | 183.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 191 | 0 | 0.12 | 0.04 | 0.22 | 317.5 | 0.17 | 0.73 |
| Hex | C6 | AE | BF | 0 | C | 4 | 16 | 13E | 11 | 49 |
| Octal | 306 | 256 | 277 | 0 | 14 | 4 | 26 | 476 | 21 | 111 |
| Binary | 11000110 | 10101110 | 10111111 | 0 | 1100 | 100 | 10110 | 100111110 | 10001 | 1001001 |
Color Harmonies of #C6AEBF
Complementary color
Monochromatic Colors of #C6AEBF
Black with #C6AEBF
Text Example
Text Example
White with #C6AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEBF; }
p { color: rgb(198,174,191); }
H1.HeaderClassName
{
color: #C6AEBF;
}
.AnyTagClassName
{
color: #C6AEBF;
}
</style>
background-color css
<style>
a { background-color: #C6AEBF; }
a { background-color: rgb(198,174,191); }
div.DivClassName
{
background-color: #C6AEBF;
}
.BgClassName
{
background-color: #C6AEBF;
}
</style>
border-color css
<style>
span { border-color: #C6AEBF; }
span { border-color: rgb(198,174,191); }
td.TdClassName
{
border-color: #C6AEBF;
}
.TagClassName
{
border-color: #C6AEBF;
}
</style>