Shades of Maverick #C6AEC2
Tints of Maverick #C6AEC2
RGB
CMYK
RGB Variations
Color information
#C6AEC2 (or 0xC6AEC2) is known color: Maverick. HEX triplet: C6, AE and C2. RGB value is (198,174,194). Sum of RGB (Red+Green+Blue) = 198+174+194=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEC2 is #39513D. Grayscale: #B7B7B7. Windows color (decimal): -3756350 or 12758726. OLE color: 12758726.
HSL color Cylindrical-coordinate representation of color #C6AEC2: hue angle of 310º 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 #C6AEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 194 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.22 |
| HSL | 310º | 0.17% | 0.73% | - |
| HSV(B) | 310º | 0.12% | 0.78% | - |
| XYZ | 48.16 | 46.17 | 57.41 | - |
| YUV | 183.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 194 | 0 | 0.12 | 0.02 | 0.22 | 310 | 0.17 | 0.73 |
| Hex | C6 | AE | C2 | 0 | C | 2 | 16 | 136 | 11 | 49 |
| Octal | 306 | 256 | 302 | 0 | 14 | 2 | 26 | 466 | 21 | 111 |
| Binary | 11000110 | 10101110 | 11000010 | 0 | 1100 | 10 | 10110 | 100110110 | 10001 | 1001001 |
Color Harmonies of #C6AEC2
Complementary color
Monochromatic Colors of #C6AEC2
Black with #C6AEC2
Text Example
Text Example
White with #C6AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEC2; }
p { color: rgb(198,174,194); }
H1.HeaderClassName
{
color: #C6AEC2;
}
.AnyTagClassName
{
color: #C6AEC2;
}
</style>
background-color css
<style>
a { background-color: #C6AEC2; }
a { background-color: rgb(198,174,194); }
div.DivClassName
{
background-color: #C6AEC2;
}
.BgClassName
{
background-color: #C6AEC2;
}
</style>
border-color css
<style>
span { border-color: #C6AEC2; }
span { border-color: rgb(198,174,194); }
td.TdClassName
{
border-color: #C6AEC2;
}
.TagClassName
{
border-color: #C6AEC2;
}
</style>