Shades of Maverick #C2ADBD
Tints of Maverick #C2ADBD
RGB
CMYK
RGB Variations
Color information
#C2ADBD (or 0xC2ADBD) is known color: Maverick. HEX triplet: C2, AD and BD. RGB value is (194,173,189). Sum of RGB (Red+Green+Blue) = 194+173+189=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADBD is #3D5242. Grayscale: #B5B5B5. Windows color (decimal): -4018755 or 12430786. OLE color: 12430786.
HSL color Cylindrical-coordinate representation of color #C2ADBD: hue angle of 314.29º 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 #C2ADBD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 189 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.24 |
| HSL | 314.29º | 0.15% | 0.72% | - |
| HSV(B) | 314.29º | 0.11% | 0.76% | - |
| XYZ | 46.38 | 45.03 | 54.39 | - |
| YUV | 181.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 189 | 0 | 0.11 | 0.03 | 0.24 | 314.29 | 0.15 | 0.72 |
| Hex | C2 | AD | BD | 0 | B | 3 | 18 | 13A | F | 48 |
| Octal | 302 | 255 | 275 | 0 | 13 | 3 | 30 | 472 | 17 | 110 |
| Binary | 11000010 | 10101101 | 10111101 | 0 | 1011 | 11 | 11000 | 100111010 | 1111 | 1001000 |
Color Harmonies of #C2ADBD
Complementary color
Monochromatic Colors of #C2ADBD
Black with #C2ADBD
Text Example
Text Example
White with #C2ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADBD; }
p { color: rgb(194,173,189); }
H1.HeaderClassName
{
color: #C2ADBD;
}
.AnyTagClassName
{
color: #C2ADBD;
}
</style>
background-color css
<style>
a { background-color: #C2ADBD; }
a { background-color: rgb(194,173,189); }
div.DivClassName
{
background-color: #C2ADBD;
}
.BgClassName
{
background-color: #C2ADBD;
}
</style>
border-color css
<style>
span { border-color: #C2ADBD; }
span { border-color: rgb(194,173,189); }
td.TdClassName
{
border-color: #C2ADBD;
}
.TagClassName
{
border-color: #C2ADBD;
}
</style>