Shades of Maverick #C2ADBB
Tints of Maverick #C2ADBB
RGB
CMYK
RGB Variations
Color information
#C2ADBB (or 0xC2ADBB) is known color: Maverick. HEX triplet: C2, AD and BB. RGB value is (194,173,187). Sum of RGB (Red+Green+Blue) = 194+173+187=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADBB is #3D5244. Grayscale: #B4B4B4. Windows color (decimal): -4018757 or 12299714. OLE color: 12299714.
HSL color Cylindrical-coordinate representation of color #C2ADBB: hue angle of 320º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADBB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 187 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.24 |
| HSL | 320º | 0.15% | 0.72% | - |
| HSV(B) | 320º | 0.11% | 0.76% | - |
| XYZ | 46.16 | 44.94 | 53.26 | - |
| YUV | 180.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 187 | 0 | 0.11 | 0.04 | 0.24 | 320 | 0.15 | 0.72 |
| Hex | C2 | AD | BB | 0 | B | 4 | 18 | 140 | F | 48 |
| Octal | 302 | 255 | 273 | 0 | 13 | 4 | 30 | 500 | 17 | 110 |
| Binary | 11000010 | 10101101 | 10111011 | 0 | 1011 | 100 | 11000 | 101000000 | 1111 | 1001000 |
Color Harmonies of #C2ADBB
Complementary color
Monochromatic Colors of #C2ADBB
Black with #C2ADBB
Text Example
Text Example
White with #C2ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADBB; }
p { color: rgb(194,173,187); }
H1.HeaderClassName
{
color: #C2ADBB;
}
.AnyTagClassName
{
color: #C2ADBB;
}
</style>
background-color css
<style>
a { background-color: #C2ADBB; }
a { background-color: rgb(194,173,187); }
div.DivClassName
{
background-color: #C2ADBB;
}
.BgClassName
{
background-color: #C2ADBB;
}
</style>
border-color css
<style>
span { border-color: #C2ADBB; }
span { border-color: rgb(194,173,187); }
td.TdClassName
{
border-color: #C2ADBB;
}
.TagClassName
{
border-color: #C2ADBB;
}
</style>