Shades of Maverick #C6A8BB
Tints of Maverick #C6A8BB
RGB
CMYK
RGB Variations
Color information
#C6A8BB (or 0xC6A8BB) is known color: Maverick. HEX triplet: C6, A8 and BB. RGB value is (198,168,187). Sum of RGB (Red+Green+Blue) = 198+168+187=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8BB is #395744. Grayscale: #B3B3B3. Windows color (decimal): -3757893 or 12298438. OLE color: 12298438.
HSL color Cylindrical-coordinate representation of color #C6A8BB: hue angle of 322º 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 #C6A8BB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 187 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.22 |
| HSL | 322º | 0.21% | 0.72% | - |
| HSV(B) | 322º | 0.15% | 0.78% | - |
| XYZ | 46.26 | 43.6 | 52.99 | - |
| YUV | 179.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 187 | 0 | 0.15 | 0.06 | 0.22 | 322 | 0.21 | 0.72 |
| Hex | C6 | A8 | BB | 0 | F | 6 | 16 | 142 | 15 | 48 |
| Octal | 306 | 250 | 273 | 0 | 17 | 6 | 26 | 502 | 25 | 110 |
| Binary | 11000110 | 10101000 | 10111011 | 0 | 1111 | 110 | 10110 | 101000010 | 10101 | 1001000 |
Color Harmonies of #C6A8BB
Complementary color
Monochromatic Colors of #C6A8BB
Black with #C6A8BB
Text Example
Text Example
White with #C6A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8BB; }
p { color: rgb(198,168,187); }
H1.HeaderClassName
{
color: #C6A8BB;
}
.AnyTagClassName
{
color: #C6A8BB;
}
</style>
background-color css
<style>
a { background-color: #C6A8BB; }
a { background-color: rgb(198,168,187); }
div.DivClassName
{
background-color: #C6A8BB;
}
.BgClassName
{
background-color: #C6A8BB;
}
</style>
border-color css
<style>
span { border-color: #C6A8BB; }
span { border-color: rgb(198,168,187); }
td.TdClassName
{
border-color: #C6A8BB;
}
.TagClassName
{
border-color: #C6A8BB;
}
</style>