Shades of Maverick #C1ADBB
Tints of Maverick #C1ADBB
RGB
CMYK
RGB Variations
Color information
#C1ADBB (or 0xC1ADBB) is known color: Maverick. HEX triplet: C1, AD and BB. RGB value is (193,173,187). Sum of RGB (Red+Green+Blue) = 193+173+187=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADBB is #3E5244. Grayscale: #B4B4B4. Windows color (decimal): -4084293 or 12299713. OLE color: 12299713.
HSL color Cylindrical-coordinate representation of color #C1ADBB: hue angle of 318º 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 #C1ADBB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 187 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.24 |
| HSL | 318º | 0.14% | 0.72% | - |
| HSV(B) | 318º | 0.1% | 0.76% | - |
| XYZ | 45.91 | 44.81 | 53.24 | - |
| YUV | 180.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 187 | 0 | 0.10 | 0.03 | 0.24 | 318 | 0.14 | 0.72 |
| Hex | C1 | AD | BB | 0 | A | 3 | 18 | 13E | E | 48 |
| Octal | 301 | 255 | 273 | 0 | 12 | 3 | 30 | 476 | 16 | 110 |
| Binary | 11000001 | 10101101 | 10111011 | 0 | 1010 | 11 | 11000 | 100111110 | 1110 | 1001000 |
Color Harmonies of #C1ADBB
Complementary color
Monochromatic Colors of #C1ADBB
Black with #C1ADBB
Text Example
Text Example
White with #C1ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADBB; }
p { color: rgb(193,173,187); }
H1.HeaderClassName
{
color: #C1ADBB;
}
.AnyTagClassName
{
color: #C1ADBB;
}
</style>
background-color css
<style>
a { background-color: #C1ADBB; }
a { background-color: rgb(193,173,187); }
div.DivClassName
{
background-color: #C1ADBB;
}
.BgClassName
{
background-color: #C1ADBB;
}
</style>
border-color css
<style>
span { border-color: #C1ADBB; }
span { border-color: rgb(193,173,187); }
td.TdClassName
{
border-color: #C1ADBB;
}
.TagClassName
{
border-color: #C1ADBB;
}
</style>