Shades of Maverick #C2AFBB
Tints of Maverick #C2AFBB
RGB
CMYK
RGB Variations
Color information
#C2AFBB (or 0xC2AFBB) is known color: Maverick. HEX triplet: C2, AF and BB. RGB value is (194,175,187). Sum of RGB (Red+Green+Blue) = 194+175+187=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBB is #3D5044. Grayscale: #B6B6B6. Windows color (decimal): -4018245 or 12300226. OLE color: 12300226.
HSL color Cylindrical-coordinate representation of color #C2AFBB: hue angle of 322.11º 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 #C2AFBB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 187 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.24 |
| HSL | 322.11º | 0.13% | 0.72% | - |
| HSV(B) | 322.11º | 0.1% | 0.76% | - |
| XYZ | 46.55 | 45.72 | 53.38 | - |
| YUV | 182.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 187 | 0 | 0.10 | 0.04 | 0.24 | 322.11 | 0.13 | 0.72 |
| Hex | C2 | AF | BB | 0 | A | 4 | 18 | 142 | D | 48 |
| Octal | 302 | 257 | 273 | 0 | 12 | 4 | 30 | 502 | 15 | 110 |
| Binary | 11000010 | 10101111 | 10111011 | 0 | 1010 | 100 | 11000 | 101000010 | 1101 | 1001000 |
Color Harmonies of #C2AFBB
Complementary color
Monochromatic Colors of #C2AFBB
Black with #C2AFBB
Text Example
Text Example
White with #C2AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFBB; }
p { color: rgb(194,175,187); }
H1.HeaderClassName
{
color: #C2AFBB;
}
.AnyTagClassName
{
color: #C2AFBB;
}
</style>
background-color css
<style>
a { background-color: #C2AFBB; }
a { background-color: rgb(194,175,187); }
div.DivClassName
{
background-color: #C2AFBB;
}
.BgClassName
{
background-color: #C2AFBB;
}
</style>
border-color css
<style>
span { border-color: #C2AFBB; }
span { border-color: rgb(194,175,187); }
td.TdClassName
{
border-color: #C2AFBB;
}
.TagClassName
{
border-color: #C2AFBB;
}
</style>