Shades of Maverick #C9AEBC
Tints of Maverick #C9AEBC
RGB
CMYK
RGB Variations
Color information
#C9AEBC (or 0xC9AEBC) is known color: Maverick. HEX triplet: C9, AE and BC. RGB value is (201,174,188). Sum of RGB (Red+Green+Blue) = 201+174+188=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEBC is #365143. Grayscale: #B7B7B7. Windows color (decimal): -3559748 or 12365513. OLE color: 12365513.
HSL color Cylindrical-coordinate representation of color #C9AEBC: hue angle of 328.89º 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 #C9AEBC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 188 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.21 |
| HSL | 328.89º | 0.2% | 0.74% | - |
| HSV(B) | 328.89º | 0.13% | 0.79% | - |
| XYZ | 48.3 | 46.32 | 53.97 | - |
| YUV | 183.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 188 | 0 | 0.13 | 0.06 | 0.21 | 328.89 | 0.2 | 0.74 |
| Hex | C9 | AE | BC | 0 | D | 6 | 15 | 149 | 14 | 4A |
| Octal | 311 | 256 | 274 | 0 | 15 | 6 | 25 | 511 | 24 | 112 |
| Binary | 11001001 | 10101110 | 10111100 | 0 | 1101 | 110 | 10101 | 101001001 | 10100 | 1001010 |
Color Harmonies of #C9AEBC
Complementary color
Monochromatic Colors of #C9AEBC
Black with #C9AEBC
Text Example
Text Example
White with #C9AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEBC; }
p { color: rgb(201,174,188); }
H1.HeaderClassName
{
color: #C9AEBC;
}
.AnyTagClassName
{
color: #C9AEBC;
}
</style>
background-color css
<style>
a { background-color: #C9AEBC; }
a { background-color: rgb(201,174,188); }
div.DivClassName
{
background-color: #C9AEBC;
}
.BgClassName
{
background-color: #C9AEBC;
}
</style>
border-color css
<style>
span { border-color: #C9AEBC; }
span { border-color: rgb(201,174,188); }
td.TdClassName
{
border-color: #C9AEBC;
}
.TagClassName
{
border-color: #C9AEBC;
}
</style>