Shades of Maverick #C1ADBE
Tints of Maverick #C1ADBE
RGB
CMYK
RGB Variations
Color information
#C1ADBE (or 0xC1ADBE) is known color: Maverick. HEX triplet: C1, AD and BE. RGB value is (193,173,190). Sum of RGB (Red+Green+Blue) = 193+173+190=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADBE is #3E5241. Grayscale: #B4B4B4. Windows color (decimal): -4084290 or 12496321. OLE color: 12496321.
HSL color Cylindrical-coordinate representation of color #C1ADBE: hue angle of 309º degrees, saturation: 0.14, 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 #C1ADBE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 190 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.24 |
| HSL | 309º | 0.14% | 0.72% | - |
| HSV(B) | 309º | 0.1% | 0.76% | - |
| XYZ | 46.23 | 44.94 | 54.95 | - |
| YUV | 180.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 190 | 0 | 0.10 | 0.02 | 0.24 | 309 | 0.14 | 0.72 |
| Hex | C1 | AD | BE | 0 | A | 2 | 18 | 135 | E | 48 |
| Octal | 301 | 255 | 276 | 0 | 12 | 2 | 30 | 465 | 16 | 110 |
| Binary | 11000001 | 10101101 | 10111110 | 0 | 1010 | 10 | 11000 | 100110101 | 1110 | 1001000 |
Color Harmonies of #C1ADBE
Complementary color
Monochromatic Colors of #C1ADBE
Black with #C1ADBE
Text Example
Text Example
White with #C1ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADBE; }
p { color: rgb(193,173,190); }
H1.HeaderClassName
{
color: #C1ADBE;
}
.AnyTagClassName
{
color: #C1ADBE;
}
</style>
background-color css
<style>
a { background-color: #C1ADBE; }
a { background-color: rgb(193,173,190); }
div.DivClassName
{
background-color: #C1ADBE;
}
.BgClassName
{
background-color: #C1ADBE;
}
</style>
border-color css
<style>
span { border-color: #C1ADBE; }
span { border-color: rgb(193,173,190); }
td.TdClassName
{
border-color: #C1ADBE;
}
.TagClassName
{
border-color: #C1ADBE;
}
</style>