Shades of Maverick #C1A4BB
Tints of Maverick #C1A4BB
RGB
CMYK
RGB Variations
Color information
#C1A4BB (or 0xC1A4BB) is known color: Maverick. HEX triplet: C1, A4 and BB. RGB value is (193,164,187). Sum of RGB (Red+Green+Blue) = 193+164+187=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4BB is #3E5B44. Grayscale: #AFAFAF. Windows color (decimal): -4086597 or 12297409. OLE color: 12297409.
HSL color Cylindrical-coordinate representation of color #C1A4BB: hue angle of 312.41º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A4BB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 187 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.24 |
| HSL | 312.41º | 0.19% | 0.7% | - |
| HSV(B) | 312.41º | 0.15% | 0.76% | - |
| XYZ | 44.24 | 41.48 | 52.69 | - |
| YUV | 175.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 187 | 0 | 0.15 | 0.03 | 0.24 | 312.41 | 0.19 | 0.7 |
| Hex | C1 | A4 | BB | 0 | F | 3 | 18 | 138 | 13 | 46 |
| Octal | 301 | 244 | 273 | 0 | 17 | 3 | 30 | 470 | 23 | 106 |
| Binary | 11000001 | 10100100 | 10111011 | 0 | 1111 | 11 | 11000 | 100111000 | 10011 | 1000110 |
Color Harmonies of #C1A4BB
Complementary color
Monochromatic Colors of #C1A4BB
Black with #C1A4BB
Text Example
Text Example
White with #C1A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A4BB; }
p { color: rgb(193,164,187); }
H1.HeaderClassName
{
color: #C1A4BB;
}
.AnyTagClassName
{
color: #C1A4BB;
}
</style>
background-color css
<style>
a { background-color: #C1A4BB; }
a { background-color: rgb(193,164,187); }
div.DivClassName
{
background-color: #C1A4BB;
}
.BgClassName
{
background-color: #C1A4BB;
}
</style>
border-color css
<style>
span { border-color: #C1A4BB; }
span { border-color: rgb(193,164,187); }
td.TdClassName
{
border-color: #C1A4BB;
}
.TagClassName
{
border-color: #C1A4BB;
}
</style>