Shades of Maverick #C5ADBD
Tints of Maverick #C5ADBD
RGB
CMYK
RGB Variations
Color information
#C5ADBD (or 0xC5ADBD) is known color: Maverick. HEX triplet: C5, AD and BD. RGB value is (197,173,189). Sum of RGB (Red+Green+Blue) = 197+173+189=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADBD is #3A5242. Grayscale: #B5B5B5. Windows color (decimal): -3822147 or 12430789. OLE color: 12430789.
HSL color Cylindrical-coordinate representation of color #C5ADBD: hue angle of 320º 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 #C5ADBD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 189 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.23 |
| HSL | 320º | 0.17% | 0.73% | - |
| HSV(B) | 320º | 0.12% | 0.77% | - |
| XYZ | 47.15 | 45.43 | 54.43 | - |
| YUV | 182 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 189 | 0 | 0.12 | 0.04 | 0.23 | 320 | 0.17 | 0.73 |
| Hex | C5 | AD | BD | 0 | C | 4 | 17 | 140 | 11 | 49 |
| Octal | 305 | 255 | 275 | 0 | 14 | 4 | 27 | 500 | 21 | 111 |
| Binary | 11000101 | 10101101 | 10111101 | 0 | 1100 | 100 | 10111 | 101000000 | 10001 | 1001001 |
Color Harmonies of #C5ADBD
Complementary color
Monochromatic Colors of #C5ADBD
Black with #C5ADBD
Text Example
Text Example
White with #C5ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADBD; }
p { color: rgb(197,173,189); }
H1.HeaderClassName
{
color: #C5ADBD;
}
.AnyTagClassName
{
color: #C5ADBD;
}
</style>
background-color css
<style>
a { background-color: #C5ADBD; }
a { background-color: rgb(197,173,189); }
div.DivClassName
{
background-color: #C5ADBD;
}
.BgClassName
{
background-color: #C5ADBD;
}
</style>
border-color css
<style>
span { border-color: #C5ADBD; }
span { border-color: rgb(197,173,189); }
td.TdClassName
{
border-color: #C5ADBD;
}
.TagClassName
{
border-color: #C5ADBD;
}
</style>