Shades of Maverick #C2ADBE
Tints of Maverick #C2ADBE
RGB
CMYK
RGB Variations
Color information
#C2ADBE (or 0xC2ADBE) is known color: Maverick. HEX triplet: C2, AD and BE. RGB value is (194,173,190). Sum of RGB (Red+Green+Blue) = 194+173+190=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADBE is #3D5241. Grayscale: #B5B5B5. Windows color (decimal): -4018754 or 12496322. OLE color: 12496322.
HSL color Cylindrical-coordinate representation of color #C2ADBE: hue angle of 311.43º 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 #C2ADBE is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 190 | - |
CMYK | 0 | 0.11 | 0.02 | 0.24 |
HSL | 311.43º | 0.15% | 0.72% | - |
HSV(B) | 311.43º | 0.11% | 0.76% | - |
XYZ | 46.49 | 45.07 | 54.97 | - |
YUV | 181.22 | 132.96 | 137.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 190 | 0 | 0.11 | 0.02 | 0.24 | 311.43 | 0.15 | 0.72 |
Hex | C2 | AD | BE | 0 | B | 2 | 18 | 137 | F | 48 |
Octal | 302 | 255 | 276 | 0 | 13 | 2 | 30 | 467 | 17 | 110 |
Binary | 11000010 | 10101101 | 10111110 | 0 | 1011 | 10 | 11000 | 100110111 | 1111 | 1001000 |
Color Harmonies of #C2ADBE
Complementary color
Monochromatic Colors of #C2ADBE
Black with #C2ADBE
Text Example
Text Example
White with #C2ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADBE; }
p { color: rgb(194,173,190); }
H1.HeaderClassName
{
color: #C2ADBE;
}
.AnyTagClassName
{
color: #C2ADBE;
}
</style>
background-color css
<style>
a { background-color: #C2ADBE; }
a { background-color: rgb(194,173,190); }
div.DivClassName
{
background-color: #C2ADBE;
}
.BgClassName
{
background-color: #C2ADBE;
}
</style>
border-color css
<style>
span { border-color: #C2ADBE; }
span { border-color: rgb(194,173,190); }
td.TdClassName
{
border-color: #C2ADBE;
}
.TagClassName
{
border-color: #C2ADBE;
}
</style>