Shades of Maverick #C1A6BB
Tints of Maverick #C1A6BB
RGB
CMYK
RGB Variations
Color information
#C1A6BB (or 0xC1A6BB) is known color: Maverick. HEX triplet: C1, A6 and BB. RGB value is (193,166,187). Sum of RGB (Red+Green+Blue) = 193+166+187=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6BB is #3E5944. Grayscale: #B0B0B0. Windows color (decimal): -4086085 or 12297921. OLE color: 12297921.
HSL color Cylindrical-coordinate representation of color #C1A6BB: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1A6BB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 187 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.24 |
| HSL | 313.33º | 0.18% | 0.7% | - |
| HSV(B) | 313.33º | 0.14% | 0.76% | - |
| XYZ | 44.6 | 42.2 | 52.81 | - |
| YUV | 176.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 187 | 0 | 0.14 | 0.03 | 0.24 | 313.33 | 0.18 | 0.7 |
| Hex | C1 | A6 | BB | 0 | E | 3 | 18 | 139 | 12 | 46 |
| Octal | 301 | 246 | 273 | 0 | 16 | 3 | 30 | 471 | 22 | 106 |
| Binary | 11000001 | 10100110 | 10111011 | 0 | 1110 | 11 | 11000 | 100111001 | 10010 | 1000110 |
Color Harmonies of #C1A6BB
Complementary color
Monochromatic Colors of #C1A6BB
Black with #C1A6BB
Text Example
Text Example
White with #C1A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A6BB; }
p { color: rgb(193,166,187); }
H1.HeaderClassName
{
color: #C1A6BB;
}
.AnyTagClassName
{
color: #C1A6BB;
}
</style>
background-color css
<style>
a { background-color: #C1A6BB; }
a { background-color: rgb(193,166,187); }
div.DivClassName
{
background-color: #C1A6BB;
}
.BgClassName
{
background-color: #C1A6BB;
}
</style>
border-color css
<style>
span { border-color: #C1A6BB; }
span { border-color: rgb(193,166,187); }
td.TdClassName
{
border-color: #C1A6BB;
}
.TagClassName
{
border-color: #C1A6BB;
}
</style>