Shades of Maverick #C2ADB9
Tints of Maverick #C2ADB9
RGB
CMYK
RGB Variations
Color information
#C2ADB9 (or 0xC2ADB9) is known color: Maverick. HEX triplet: C2, AD and B9. RGB value is (194,173,185). Sum of RGB (Red+Green+Blue) = 194+173+185=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB9 is #3D5246. Grayscale: #B4B4B4. Windows color (decimal): -4018759 or 12168642. OLE color: 12168642.
HSL color Cylindrical-coordinate representation of color #C2ADB9: hue angle of 325.71º 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 #C2ADB9 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 185 | - |
CMYK | 0 | 0.11 | 0.05 | 0.24 |
HSL | 325.71º | 0.15% | 0.72% | - |
HSV(B) | 325.71º | 0.11% | 0.76% | - |
XYZ | 45.95 | 44.86 | 52.14 | - |
YUV | 180.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 185 | 0 | 0.11 | 0.05 | 0.24 | 325.71 | 0.15 | 0.72 |
Hex | C2 | AD | B9 | 0 | B | 5 | 18 | 146 | F | 48 |
Octal | 302 | 255 | 271 | 0 | 13 | 5 | 30 | 506 | 17 | 110 |
Binary | 11000010 | 10101101 | 10111001 | 0 | 1011 | 101 | 11000 | 101000110 | 1111 | 1001000 |
Color Harmonies of #C2ADB9
Complementary color
Monochromatic Colors of #C2ADB9
Black with #C2ADB9
Text Example
Text Example
White with #C2ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADB9; }
p { color: rgb(194,173,185); }
H1.HeaderClassName
{
color: #C2ADB9;
}
.AnyTagClassName
{
color: #C2ADB9;
}
</style>
background-color css
<style>
a { background-color: #C2ADB9; }
a { background-color: rgb(194,173,185); }
div.DivClassName
{
background-color: #C2ADB9;
}
.BgClassName
{
background-color: #C2ADB9;
}
</style>
border-color css
<style>
span { border-color: #C2ADB9; }
span { border-color: rgb(194,173,185); }
td.TdClassName
{
border-color: #C2ADB9;
}
.TagClassName
{
border-color: #C2ADB9;
}
</style>