Shades of Maverick #C4ADBD
Tints of Maverick #C4ADBD
RGB
CMYK
RGB Variations
Color information
#C4ADBD (or 0xC4ADBD) is known color: Maverick. HEX triplet: C4, AD and BD. RGB value is (196,173,189). Sum of RGB (Red+Green+Blue) = 196+173+189=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADBD is #3B5242. Grayscale: #B5B5B5. Windows color (decimal): -3887683 or 12430788. OLE color: 12430788.
HSL color Cylindrical-coordinate representation of color #C4ADBD: hue angle of 318.26º 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 #C4ADBD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 189 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.23 |
| HSL | 318.26º | 0.16% | 0.72% | - |
| HSV(B) | 318.26º | 0.12% | 0.77% | - |
| XYZ | 46.89 | 45.3 | 54.42 | - |
| YUV | 181.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 189 | 0 | 0.12 | 0.04 | 0.23 | 318.26 | 0.16 | 0.72 |
| Hex | C4 | AD | BD | 0 | C | 4 | 17 | 13E | 10 | 48 |
| Octal | 304 | 255 | 275 | 0 | 14 | 4 | 27 | 476 | 20 | 110 |
| Binary | 11000100 | 10101101 | 10111101 | 0 | 1100 | 100 | 10111 | 100111110 | 10000 | 1001000 |
Color Harmonies of #C4ADBD
Complementary color
Monochromatic Colors of #C4ADBD
Black with #C4ADBD
Text Example
Text Example
White with #C4ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADBD; }
p { color: rgb(196,173,189); }
H1.HeaderClassName
{
color: #C4ADBD;
}
.AnyTagClassName
{
color: #C4ADBD;
}
</style>
background-color css
<style>
a { background-color: #C4ADBD; }
a { background-color: rgb(196,173,189); }
div.DivClassName
{
background-color: #C4ADBD;
}
.BgClassName
{
background-color: #C4ADBD;
}
</style>
border-color css
<style>
span { border-color: #C4ADBD; }
span { border-color: rgb(196,173,189); }
td.TdClassName
{
border-color: #C4ADBD;
}
.TagClassName
{
border-color: #C4ADBD;
}
</style>