Shades of Maverick #C9AEBB
Tints of Maverick #C9AEBB
RGB
CMYK
RGB Variations
Color information
#C9AEBB (or 0xC9AEBB) is known color: Maverick. HEX triplet: C9, AE and BB. RGB value is (201,174,187). Sum of RGB (Red+Green+Blue) = 201+174+187=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEBB is #365144. Grayscale: #B7B7B7. Windows color (decimal): -3559749 or 12299977. OLE color: 12299977.
HSL color Cylindrical-coordinate representation of color #C9AEBB: hue angle of 331.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AEBB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 187 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.21 |
| HSL | 331.11º | 0.2% | 0.74% | - |
| HSV(B) | 331.11º | 0.13% | 0.79% | - |
| XYZ | 48.19 | 46.28 | 53.41 | - |
| YUV | 183.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 187 | 0 | 0.13 | 0.07 | 0.21 | 331.11 | 0.2 | 0.74 |
| Hex | C9 | AE | BB | 0 | D | 7 | 15 | 14B | 14 | 4A |
| Octal | 311 | 256 | 273 | 0 | 15 | 7 | 25 | 513 | 24 | 112 |
| Binary | 11001001 | 10101110 | 10111011 | 0 | 1101 | 111 | 10101 | 101001011 | 10100 | 1001010 |
Color Harmonies of #C9AEBB
Complementary color
Monochromatic Colors of #C9AEBB
Black with #C9AEBB
Text Example
Text Example
White with #C9AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEBB; }
p { color: rgb(201,174,187); }
H1.HeaderClassName
{
color: #C9AEBB;
}
.AnyTagClassName
{
color: #C9AEBB;
}
</style>
background-color css
<style>
a { background-color: #C9AEBB; }
a { background-color: rgb(201,174,187); }
div.DivClassName
{
background-color: #C9AEBB;
}
.BgClassName
{
background-color: #C9AEBB;
}
</style>
border-color css
<style>
span { border-color: #C9AEBB; }
span { border-color: rgb(201,174,187); }
td.TdClassName
{
border-color: #C9AEBB;
}
.TagClassName
{
border-color: #C9AEBB;
}
</style>