Shades of Maverick #C5ADB9
Tints of Maverick #C5ADB9
RGB
CMYK
RGB Variations
Color information
#C5ADB9 (or 0xC5ADB9) is known color: Maverick. HEX triplet: C5, AD and B9. RGB value is (197,173,185). Sum of RGB (Red+Green+Blue) = 197+173+185=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADB9 is #3A5246. Grayscale: #B5B5B5. Windows color (decimal): -3822151 or 12168645. OLE color: 12168645.
HSL color Cylindrical-coordinate representation of color #C5ADB9: hue angle of 330º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5ADB9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 173 | 185 | - |
CMYK | 0 | 0.12 | 0.06 | 0.23 |
HSL | 330º | 0.17% | 0.73% | - |
HSV(B) | 330º | 0.12% | 0.77% | - |
XYZ | 46.73 | 45.26 | 52.17 | - |
YUV | 181.54 | 129.95 | 139.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 173 | 185 | 0 | 0.12 | 0.06 | 0.23 | 330 | 0.17 | 0.73 |
Hex | C5 | AD | B9 | 0 | C | 6 | 17 | 14A | 11 | 49 |
Octal | 305 | 255 | 271 | 0 | 14 | 6 | 27 | 512 | 21 | 111 |
Binary | 11000101 | 10101101 | 10111001 | 0 | 1100 | 110 | 10111 | 101001010 | 10001 | 1001001 |
Color Harmonies of #C5ADB9
Complementary color
Monochromatic Colors of #C5ADB9
Black with #C5ADB9
Text Example
Text Example
White with #C5ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADB9; }
p { color: rgb(197,173,185); }
H1.HeaderClassName
{
color: #C5ADB9;
}
.AnyTagClassName
{
color: #C5ADB9;
}
</style>
background-color css
<style>
a { background-color: #C5ADB9; }
a { background-color: rgb(197,173,185); }
div.DivClassName
{
background-color: #C5ADB9;
}
.BgClassName
{
background-color: #C5ADB9;
}
</style>
border-color css
<style>
span { border-color: #C5ADB9; }
span { border-color: rgb(197,173,185); }
td.TdClassName
{
border-color: #C5ADB9;
}
.TagClassName
{
border-color: #C5ADB9;
}
</style>