Shades of Maverick #C1AEBE
Tints of Maverick #C1AEBE
RGB
CMYK
RGB Variations
Color information
#C1AEBE (or 0xC1AEBE) is known color: Maverick. HEX triplet: C1, AE and BE. RGB value is (193,174,190). Sum of RGB (Red+Green+Blue) = 193+174+190=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBE is #3E5141. Grayscale: #B5B5B5. Windows color (decimal): -4084034 or 12496577. OLE color: 12496577.
HSL color Cylindrical-coordinate representation of color #C1AEBE: hue angle of 309.47º 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 #C1AEBE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 190 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.24 |
| HSL | 309.47º | 0.13% | 0.72% | - |
| HSV(B) | 309.47º | 0.1% | 0.76% | - |
| XYZ | 46.42 | 45.33 | 55.02 | - |
| YUV | 181.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 190 | 0 | 0.10 | 0.02 | 0.24 | 309.47 | 0.13 | 0.72 |
| Hex | C1 | AE | BE | 0 | A | 2 | 18 | 135 | D | 48 |
| Octal | 301 | 256 | 276 | 0 | 12 | 2 | 30 | 465 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111110 | 0 | 1010 | 10 | 11000 | 100110101 | 1101 | 1001000 |
Color Harmonies of #C1AEBE
Complementary color
Monochromatic Colors of #C1AEBE
Black with #C1AEBE
Text Example
Text Example
White with #C1AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEBE; }
p { color: rgb(193,174,190); }
H1.HeaderClassName
{
color: #C1AEBE;
}
.AnyTagClassName
{
color: #C1AEBE;
}
</style>
background-color css
<style>
a { background-color: #C1AEBE; }
a { background-color: rgb(193,174,190); }
div.DivClassName
{
background-color: #C1AEBE;
}
.BgClassName
{
background-color: #C1AEBE;
}
</style>
border-color css
<style>
span { border-color: #C1AEBE; }
span { border-color: rgb(193,174,190); }
td.TdClassName
{
border-color: #C1AEBE;
}
.TagClassName
{
border-color: #C1AEBE;
}
</style>