Shades of Maverick #C3AFBA
Tints of Maverick #C3AFBA
RGB
CMYK
RGB Variations
Color information
#C3AFBA (or 0xC3AFBA) is known color: Maverick. HEX triplet: C3, AF and BA. RGB value is (195,175,186). Sum of RGB (Red+Green+Blue) = 195+175+186=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFBA is #3C5045. Grayscale: #B6B6B6. Windows color (decimal): -3952710 or 12234691. OLE color: 12234691.
HSL color Cylindrical-coordinate representation of color #C3AFBA: hue angle of 327º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3AFBA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 186 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.24 |
| HSL | 327º | 0.14% | 0.73% | - |
| HSV(B) | 327º | 0.1% | 0.76% | - |
| XYZ | 46.7 | 45.81 | 52.83 | - |
| YUV | 182.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 186 | 0 | 0.10 | 0.05 | 0.24 | 327 | 0.14 | 0.73 |
| Hex | C3 | AF | BA | 0 | A | 5 | 18 | 147 | E | 49 |
| Octal | 303 | 257 | 272 | 0 | 12 | 5 | 30 | 507 | 16 | 111 |
| Binary | 11000011 | 10101111 | 10111010 | 0 | 1010 | 101 | 11000 | 101000111 | 1110 | 1001001 |
Color Harmonies of #C3AFBA
Complementary color
Monochromatic Colors of #C3AFBA
Black with #C3AFBA
Text Example
Text Example
White with #C3AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFBA; }
p { color: rgb(195,175,186); }
H1.HeaderClassName
{
color: #C3AFBA;
}
.AnyTagClassName
{
color: #C3AFBA;
}
</style>
background-color css
<style>
a { background-color: #C3AFBA; }
a { background-color: rgb(195,175,186); }
div.DivClassName
{
background-color: #C3AFBA;
}
.BgClassName
{
background-color: #C3AFBA;
}
</style>
border-color css
<style>
span { border-color: #C3AFBA; }
span { border-color: rgb(195,175,186); }
td.TdClassName
{
border-color: #C3AFBA;
}
.TagClassName
{
border-color: #C3AFBA;
}
</style>