Shades of Maverick #C4AFBC
Tints of Maverick #C4AFBC
RGB
CMYK
RGB Variations
Color information
#C4AFBC (or 0xC4AFBC) is known color: Maverick. HEX triplet: C4, AF and BC. RGB value is (196,175,188). Sum of RGB (Red+Green+Blue) = 196+175+188=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFBC is #3B5043. Grayscale: #B6B6B6. Windows color (decimal): -3887172 or 12365764. OLE color: 12365764.
HSL color Cylindrical-coordinate representation of color #C4AFBC: hue angle of 322.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFBC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 188 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.23 |
| HSL | 322.86º | 0.15% | 0.73% | - |
| HSV(B) | 322.86º | 0.11% | 0.77% | - |
| XYZ | 47.17 | 46.03 | 53.97 | - |
| YUV | 182.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 188 | 0 | 0.11 | 0.04 | 0.23 | 322.86 | 0.15 | 0.73 |
| Hex | C4 | AF | BC | 0 | B | 4 | 17 | 143 | F | 49 |
| Octal | 304 | 257 | 274 | 0 | 13 | 4 | 27 | 503 | 17 | 111 |
| Binary | 11000100 | 10101111 | 10111100 | 0 | 1011 | 100 | 10111 | 101000011 | 1111 | 1001001 |
Color Harmonies of #C4AFBC
Complementary color
Monochromatic Colors of #C4AFBC
Black with #C4AFBC
Text Example
Text Example
White with #C4AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFBC; }
p { color: rgb(196,175,188); }
H1.HeaderClassName
{
color: #C4AFBC;
}
.AnyTagClassName
{
color: #C4AFBC;
}
</style>
background-color css
<style>
a { background-color: #C4AFBC; }
a { background-color: rgb(196,175,188); }
div.DivClassName
{
background-color: #C4AFBC;
}
.BgClassName
{
background-color: #C4AFBC;
}
</style>
border-color css
<style>
span { border-color: #C4AFBC; }
span { border-color: rgb(196,175,188); }
td.TdClassName
{
border-color: #C4AFBC;
}
.TagClassName
{
border-color: #C4AFBC;
}
</style>