Shades of Maverick #C4ADBC
Tints of Maverick #C4ADBC
RGB
CMYK
RGB Variations
Color information
#C4ADBC (or 0xC4ADBC) is known color: Maverick. HEX triplet: C4, AD and BC. RGB value is (196,173,188). Sum of RGB (Red+Green+Blue) = 196+173+188=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADBC is #3B5243. Grayscale: #B5B5B5. Windows color (decimal): -3887684 or 12365252. OLE color: 12365252.
HSL color Cylindrical-coordinate representation of color #C4ADBC: hue angle of 320.87º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADBC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 188 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.23 |
| HSL | 320.87º | 0.16% | 0.72% | - |
| HSV(B) | 320.87º | 0.12% | 0.77% | - |
| XYZ | 46.79 | 45.25 | 53.85 | - |
| YUV | 181.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 188 | 0 | 0.12 | 0.04 | 0.23 | 320.87 | 0.16 | 0.72 |
| Hex | C4 | AD | BC | 0 | C | 4 | 17 | 141 | 10 | 48 |
| Octal | 304 | 255 | 274 | 0 | 14 | 4 | 27 | 501 | 20 | 110 |
| Binary | 11000100 | 10101101 | 10111100 | 0 | 1100 | 100 | 10111 | 101000001 | 10000 | 1001000 |
Color Harmonies of #C4ADBC
Complementary color
Monochromatic Colors of #C4ADBC
Black with #C4ADBC
Text Example
Text Example
White with #C4ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADBC; }
p { color: rgb(196,173,188); }
H1.HeaderClassName
{
color: #C4ADBC;
}
.AnyTagClassName
{
color: #C4ADBC;
}
</style>
background-color css
<style>
a { background-color: #C4ADBC; }
a { background-color: rgb(196,173,188); }
div.DivClassName
{
background-color: #C4ADBC;
}
.BgClassName
{
background-color: #C4ADBC;
}
</style>
border-color css
<style>
span { border-color: #C4ADBC; }
span { border-color: rgb(196,173,188); }
td.TdClassName
{
border-color: #C4ADBC;
}
.TagClassName
{
border-color: #C4ADBC;
}
</style>