Shades of Maverick #C2AFBC
Tints of Maverick #C2AFBC
RGB
CMYK
RGB Variations
Color information
#C2AFBC (or 0xC2AFBC) is known color: Maverick. HEX triplet: C2, AF and BC. RGB value is (194,175,188). Sum of RGB (Red+Green+Blue) = 194+175+188=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBC is #3D5043. Grayscale: #B6B6B6. Windows color (decimal): -4018244 or 12365762. OLE color: 12365762.
HSL color Cylindrical-coordinate representation of color #C2AFBC: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFBC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 188 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.24 |
| HSL | 318.95º | 0.13% | 0.72% | - |
| HSV(B) | 318.95º | 0.1% | 0.76% | - |
| XYZ | 46.66 | 45.76 | 53.95 | - |
| YUV | 182.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 188 | 0 | 0.10 | 0.03 | 0.24 | 318.95 | 0.13 | 0.72 |
| Hex | C2 | AF | BC | 0 | A | 3 | 18 | 13F | D | 48 |
| Octal | 302 | 257 | 274 | 0 | 12 | 3 | 30 | 477 | 15 | 110 |
| Binary | 11000010 | 10101111 | 10111100 | 0 | 1010 | 11 | 11000 | 100111111 | 1101 | 1001000 |
Color Harmonies of #C2AFBC
Complementary color
Monochromatic Colors of #C2AFBC
Black with #C2AFBC
Text Example
Text Example
White with #C2AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFBC; }
p { color: rgb(194,175,188); }
H1.HeaderClassName
{
color: #C2AFBC;
}
.AnyTagClassName
{
color: #C2AFBC;
}
</style>
background-color css
<style>
a { background-color: #C2AFBC; }
a { background-color: rgb(194,175,188); }
div.DivClassName
{
background-color: #C2AFBC;
}
.BgClassName
{
background-color: #C2AFBC;
}
</style>
border-color css
<style>
span { border-color: #C2AFBC; }
span { border-color: rgb(194,175,188); }
td.TdClassName
{
border-color: #C2AFBC;
}
.TagClassName
{
border-color: #C2AFBC;
}
</style>