Shades of Maverick #C9ADBD
Tints of Maverick #C9ADBD
RGB
CMYK
RGB Variations
Color information
#C9ADBD (or 0xC9ADBD) is known color: Maverick. HEX triplet: C9, AD and BD. RGB value is (201,173,189). Sum of RGB (Red+Green+Blue) = 201+173+189=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADBD is #365242. Grayscale: #B7B7B7. Windows color (decimal): -3560003 or 12430793. OLE color: 12430793.
HSL color Cylindrical-coordinate representation of color #C9ADBD: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ADBD is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 189 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.21 |
| HSL | 325.71º | 0.21% | 0.73% | - |
| HSV(B) | 325.71º | 0.14% | 0.79% | - |
| XYZ | 48.22 | 45.98 | 54.48 | - |
| YUV | 183.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 189 | 0 | 0.14 | 0.06 | 0.21 | 325.71 | 0.21 | 0.73 |
| Hex | C9 | AD | BD | 0 | E | 6 | 15 | 146 | 15 | 49 |
| Octal | 311 | 255 | 275 | 0 | 16 | 6 | 25 | 506 | 25 | 111 |
| Binary | 11001001 | 10101101 | 10111101 | 0 | 1110 | 110 | 10101 | 101000110 | 10101 | 1001001 |
Color Harmonies of #C9ADBD
Complementary color
Monochromatic Colors of #C9ADBD
Black with #C9ADBD
Text Example
Text Example
White with #C9ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADBD; }
p { color: rgb(201,173,189); }
H1.HeaderClassName
{
color: #C9ADBD;
}
.AnyTagClassName
{
color: #C9ADBD;
}
</style>
background-color css
<style>
a { background-color: #C9ADBD; }
a { background-color: rgb(201,173,189); }
div.DivClassName
{
background-color: #C9ADBD;
}
.BgClassName
{
background-color: #C9ADBD;
}
</style>
border-color css
<style>
span { border-color: #C9ADBD; }
span { border-color: rgb(201,173,189); }
td.TdClassName
{
border-color: #C9ADBD;
}
.TagClassName
{
border-color: #C9ADBD;
}
</style>