Shades of Maverick #C9A8BC
Tints of Maverick #C9A8BC
RGB
CMYK
RGB Variations
Color information
#C9A8BC (or 0xC9A8BC) is known color: Maverick. HEX triplet: C9, A8 and BC. RGB value is (201,168,188). Sum of RGB (Red+Green+Blue) = 201+168+188=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8BC is #365743. Grayscale: #B4B4B4. Windows color (decimal): -3561284 or 12363977. OLE color: 12363977.
HSL color Cylindrical-coordinate representation of color #C9A8BC: hue angle of 323.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A8BC is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 188 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.21 |
| HSL | 323.64º | 0.23% | 0.72% | - |
| HSV(B) | 323.64º | 0.16% | 0.79% | - |
| XYZ | 47.17 | 44.05 | 53.59 | - |
| YUV | 180.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 188 | 0 | 0.16 | 0.06 | 0.21 | 323.64 | 0.23 | 0.72 |
| Hex | C9 | A8 | BC | 0 | 10 | 6 | 15 | 144 | 17 | 48 |
| Octal | 311 | 250 | 274 | 0 | 20 | 6 | 25 | 504 | 27 | 110 |
| Binary | 11001001 | 10101000 | 10111100 | 0 | 10000 | 110 | 10101 | 101000100 | 10111 | 1001000 |
Color Harmonies of #C9A8BC
Complementary color
Monochromatic Colors of #C9A8BC
Black with #C9A8BC
Text Example
Text Example
White with #C9A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8BC; }
p { color: rgb(201,168,188); }
H1.HeaderClassName
{
color: #C9A8BC;
}
.AnyTagClassName
{
color: #C9A8BC;
}
</style>
background-color css
<style>
a { background-color: #C9A8BC; }
a { background-color: rgb(201,168,188); }
div.DivClassName
{
background-color: #C9A8BC;
}
.BgClassName
{
background-color: #C9A8BC;
}
</style>
border-color css
<style>
span { border-color: #C9A8BC; }
span { border-color: rgb(201,168,188); }
td.TdClassName
{
border-color: #C9A8BC;
}
.TagClassName
{
border-color: #C9A8BC;
}
</style>