Shades of Maverick #C9ADBB
Tints of Maverick #C9ADBB
RGB
CMYK
RGB Variations
Color information
#C9ADBB (or 0xC9ADBB) is known color: Maverick. HEX triplet: C9, AD and BB. RGB value is (201,173,187). Sum of RGB (Red+Green+Blue) = 201+173+187=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADBB is #365244. Grayscale: #B6B6B6. Windows color (decimal): -3560005 or 12299721. OLE color: 12299721.
HSL color Cylindrical-coordinate representation of color #C9ADBB: hue angle of 330º 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 #C9ADBB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 187 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.21 |
| HSL | 330º | 0.21% | 0.73% | - |
| HSV(B) | 330º | 0.14% | 0.79% | - |
| XYZ | 48 | 45.89 | 53.34 | - |
| YUV | 182.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 187 | 0 | 0.14 | 0.07 | 0.21 | 330 | 0.21 | 0.73 |
| Hex | C9 | AD | BB | 0 | E | 7 | 15 | 14A | 15 | 49 |
| Octal | 311 | 255 | 273 | 0 | 16 | 7 | 25 | 512 | 25 | 111 |
| Binary | 11001001 | 10101101 | 10111011 | 0 | 1110 | 111 | 10101 | 101001010 | 10101 | 1001001 |
Color Harmonies of #C9ADBB
Complementary color
Monochromatic Colors of #C9ADBB
Black with #C9ADBB
Text Example
Text Example
White with #C9ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADBB; }
p { color: rgb(201,173,187); }
H1.HeaderClassName
{
color: #C9ADBB;
}
.AnyTagClassName
{
color: #C9ADBB;
}
</style>
background-color css
<style>
a { background-color: #C9ADBB; }
a { background-color: rgb(201,173,187); }
div.DivClassName
{
background-color: #C9ADBB;
}
.BgClassName
{
background-color: #C9ADBB;
}
</style>
border-color css
<style>
span { border-color: #C9ADBB; }
span { border-color: rgb(201,173,187); }
td.TdClassName
{
border-color: #C9ADBB;
}
.TagClassName
{
border-color: #C9ADBB;
}
</style>