Shades of Maverick #C1AEB9
Tints of Maverick #C1AEB9
RGB
CMYK
RGB Variations
Color information
#C1AEB9 (or 0xC1AEB9) is known color: Maverick. HEX triplet: C1, AE and B9. RGB value is (193,174,185). Sum of RGB (Red+Green+Blue) = 193+174+185=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEB9 is #3E5146. Grayscale: #B4B4B4. Windows color (decimal): -4084039 or 12168897. OLE color: 12168897.
HSL color Cylindrical-coordinate representation of color #C1AEB9: hue angle of 325.26º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEB9 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 185 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.24 |
| HSL | 325.26º | 0.13% | 0.72% | - |
| HSV(B) | 325.26º | 0.1% | 0.76% | - |
| XYZ | 45.89 | 45.11 | 52.19 | - |
| YUV | 180.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 185 | 0 | 0.10 | 0.04 | 0.24 | 325.26 | 0.13 | 0.72 |
| Hex | C1 | AE | B9 | 0 | A | 4 | 18 | 145 | D | 48 |
| Octal | 301 | 256 | 271 | 0 | 12 | 4 | 30 | 505 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111001 | 0 | 1010 | 100 | 11000 | 101000101 | 1101 | 1001000 |
Color Harmonies of #C1AEB9
Complementary color
Monochromatic Colors of #C1AEB9
Black with #C1AEB9
Text Example
Text Example
White with #C1AEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEB9; }
p { color: rgb(193,174,185); }
H1.HeaderClassName
{
color: #C1AEB9;
}
.AnyTagClassName
{
color: #C1AEB9;
}
</style>
background-color css
<style>
a { background-color: #C1AEB9; }
a { background-color: rgb(193,174,185); }
div.DivClassName
{
background-color: #C1AEB9;
}
.BgClassName
{
background-color: #C1AEB9;
}
</style>
border-color css
<style>
span { border-color: #C1AEB9; }
span { border-color: rgb(193,174,185); }
td.TdClassName
{
border-color: #C1AEB9;
}
.TagClassName
{
border-color: #C1AEB9;
}
</style>