Shades of Maverick #C9AFBC
Tints of Maverick #C9AFBC
RGB
CMYK
RGB Variations
Color information
#C9AFBC (or 0xC9AFBC) is known color: Maverick. HEX triplet: C9, AF and BC. RGB value is (201,175,188). Sum of RGB (Red+Green+Blue) = 201+175+188=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBC is #365043. Grayscale: #B8B8B8. Windows color (decimal): -3559492 or 12365769. OLE color: 12365769.
HSL color Cylindrical-coordinate representation of color #C9AFBC: hue angle of 330º degrees, saturation: 0.19, 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 #C9AFBC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 188 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.21 |
| HSL | 330º | 0.19% | 0.74% | - |
| HSV(B) | 330º | 0.13% | 0.79% | - |
| XYZ | 48.49 | 46.71 | 54.04 | - |
| YUV | 184.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 188 | 0 | 0.13 | 0.06 | 0.21 | 330 | 0.19 | 0.74 |
| Hex | C9 | AF | BC | 0 | D | 6 | 15 | 14A | 13 | 4A |
| Octal | 311 | 257 | 274 | 0 | 15 | 6 | 25 | 512 | 23 | 112 |
| Binary | 11001001 | 10101111 | 10111100 | 0 | 1101 | 110 | 10101 | 101001010 | 10011 | 1001010 |
Color Harmonies of #C9AFBC
Complementary color
Monochromatic Colors of #C9AFBC
Black with #C9AFBC
Text Example
Text Example
White with #C9AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFBC; }
p { color: rgb(201,175,188); }
H1.HeaderClassName
{
color: #C9AFBC;
}
.AnyTagClassName
{
color: #C9AFBC;
}
</style>
background-color css
<style>
a { background-color: #C9AFBC; }
a { background-color: rgb(201,175,188); }
div.DivClassName
{
background-color: #C9AFBC;
}
.BgClassName
{
background-color: #C9AFBC;
}
</style>
border-color css
<style>
span { border-color: #C9AFBC; }
span { border-color: rgb(201,175,188); }
td.TdClassName
{
border-color: #C9AFBC;
}
.TagClassName
{
border-color: #C9AFBC;
}
</style>