Shades of Maverick #C3AFBB
Tints of Maverick #C3AFBB
RGB
CMYK
RGB Variations
Color information
#C3AFBB (or 0xC3AFBB) is known color: Maverick. HEX triplet: C3, AF and BB. RGB value is (195,175,187). Sum of RGB (Red+Green+Blue) = 195+175+187=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFBB is #3C5044. Grayscale: #B6B6B6. Windows color (decimal): -3952709 or 12300227. OLE color: 12300227.
HSL color Cylindrical-coordinate representation of color #C3AFBB: hue angle of 324º 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 #C3AFBB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 187 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.24 |
| HSL | 324º | 0.14% | 0.73% | - |
| HSV(B) | 324º | 0.1% | 0.76% | - |
| XYZ | 46.81 | 45.85 | 53.4 | - |
| YUV | 182.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 187 | 0 | 0.10 | 0.04 | 0.24 | 324 | 0.14 | 0.73 |
| Hex | C3 | AF | BB | 0 | A | 4 | 18 | 144 | E | 49 |
| Octal | 303 | 257 | 273 | 0 | 12 | 4 | 30 | 504 | 16 | 111 |
| Binary | 11000011 | 10101111 | 10111011 | 0 | 1010 | 100 | 11000 | 101000100 | 1110 | 1001001 |
Color Harmonies of #C3AFBB
Complementary color
Monochromatic Colors of #C3AFBB
Black with #C3AFBB
Text Example
Text Example
White with #C3AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFBB; }
p { color: rgb(195,175,187); }
H1.HeaderClassName
{
color: #C3AFBB;
}
.AnyTagClassName
{
color: #C3AFBB;
}
</style>
background-color css
<style>
a { background-color: #C3AFBB; }
a { background-color: rgb(195,175,187); }
div.DivClassName
{
background-color: #C3AFBB;
}
.BgClassName
{
background-color: #C3AFBB;
}
</style>
border-color css
<style>
span { border-color: #C3AFBB; }
span { border-color: rgb(195,175,187); }
td.TdClassName
{
border-color: #C3AFBB;
}
.TagClassName
{
border-color: #C3AFBB;
}
</style>