Shades of Maverick #C3AFBD
Tints of Maverick #C3AFBD
RGB
CMYK
RGB Variations
Color information
#C3AFBD (or 0xC3AFBD) is known color: Maverick. HEX triplet: C3, AF and BD. RGB value is (195,175,189). Sum of RGB (Red+Green+Blue) = 195+175+189=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFBD is #3C5042. Grayscale: #B6B6B6. Windows color (decimal): -3952707 or 12431299. OLE color: 12431299.
HSL color Cylindrical-coordinate representation of color #C3AFBD: hue angle of 318º 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 #C3AFBD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 189 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.24 |
| HSL | 318º | 0.14% | 0.73% | - |
| HSV(B) | 318º | 0.1% | 0.76% | - |
| XYZ | 47.02 | 45.94 | 54.53 | - |
| YUV | 182.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 189 | 0 | 0.10 | 0.03 | 0.24 | 318 | 0.14 | 0.73 |
| Hex | C3 | AF | BD | 0 | A | 3 | 18 | 13E | E | 49 |
| Octal | 303 | 257 | 275 | 0 | 12 | 3 | 30 | 476 | 16 | 111 |
| Binary | 11000011 | 10101111 | 10111101 | 0 | 1010 | 11 | 11000 | 100111110 | 1110 | 1001001 |
Color Harmonies of #C3AFBD
Complementary color
Monochromatic Colors of #C3AFBD
Black with #C3AFBD
Text Example
Text Example
White with #C3AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFBD; }
p { color: rgb(195,175,189); }
H1.HeaderClassName
{
color: #C3AFBD;
}
.AnyTagClassName
{
color: #C3AFBD;
}
</style>
background-color css
<style>
a { background-color: #C3AFBD; }
a { background-color: rgb(195,175,189); }
div.DivClassName
{
background-color: #C3AFBD;
}
.BgClassName
{
background-color: #C3AFBD;
}
</style>
border-color css
<style>
span { border-color: #C3AFBD; }
span { border-color: rgb(195,175,189); }
td.TdClassName
{
border-color: #C3AFBD;
}
.TagClassName
{
border-color: #C3AFBD;
}
</style>