Shades of Maverick #C6A8BD
Tints of Maverick #C6A8BD
RGB
CMYK
RGB Variations
Color information
#C6A8BD (or 0xC6A8BD) is known color: Maverick. HEX triplet: C6, A8 and BD. RGB value is (198,168,189). Sum of RGB (Red+Green+Blue) = 198+168+189=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8BD is #395742. Grayscale: #B3B3B3. Windows color (decimal): -3757891 or 12429510. OLE color: 12429510.
HSL color Cylindrical-coordinate representation of color #C6A8BD: hue angle of 318º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A8BD is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 189 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.22 |
| HSL | 318º | 0.21% | 0.72% | - |
| HSV(B) | 318º | 0.15% | 0.78% | - |
| XYZ | 46.48 | 43.69 | 54.13 | - |
| YUV | 179.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 189 | 0 | 0.15 | 0.05 | 0.22 | 318 | 0.21 | 0.72 |
| Hex | C6 | A8 | BD | 0 | F | 5 | 16 | 13E | 15 | 48 |
| Octal | 306 | 250 | 275 | 0 | 17 | 5 | 26 | 476 | 25 | 110 |
| Binary | 11000110 | 10101000 | 10111101 | 0 | 1111 | 101 | 10110 | 100111110 | 10101 | 1001000 |
Color Harmonies of #C6A8BD
Complementary color
Monochromatic Colors of #C6A8BD
Black with #C6A8BD
Text Example
Text Example
White with #C6A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8BD; }
p { color: rgb(198,168,189); }
H1.HeaderClassName
{
color: #C6A8BD;
}
.AnyTagClassName
{
color: #C6A8BD;
}
</style>
background-color css
<style>
a { background-color: #C6A8BD; }
a { background-color: rgb(198,168,189); }
div.DivClassName
{
background-color: #C6A8BD;
}
.BgClassName
{
background-color: #C6A8BD;
}
</style>
border-color css
<style>
span { border-color: #C6A8BD; }
span { border-color: rgb(198,168,189); }
td.TdClassName
{
border-color: #C6A8BD;
}
.TagClassName
{
border-color: #C6A8BD;
}
</style>