Shades of Maverick #C3AFB9
Tints of Maverick #C3AFB9
RGB
CMYK
RGB Variations
Color information
#C3AFB9 (or 0xC3AFB9) is known color: Maverick. HEX triplet: C3, AF and B9. RGB value is (195,175,185). Sum of RGB (Red+Green+Blue) = 195+175+185=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFB9 is #3C5046. Grayscale: #B6B6B6. Windows color (decimal): -3952711 or 12169155. OLE color: 12169155.
HSL color Cylindrical-coordinate representation of color #C3AFB9: hue angle of 330º 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 #C3AFB9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 175 | 185 | - |
CMYK | 0 | 0.10 | 0.05 | 0.24 |
HSL | 330º | 0.14% | 0.73% | - |
HSV(B) | 330º | 0.1% | 0.76% | - |
XYZ | 46.59 | 45.76 | 52.28 | - |
YUV | 182.12 | 129.63 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 175 | 185 | 0 | 0.10 | 0.05 | 0.24 | 330 | 0.14 | 0.73 |
Hex | C3 | AF | B9 | 0 | A | 5 | 18 | 14A | E | 49 |
Octal | 303 | 257 | 271 | 0 | 12 | 5 | 30 | 512 | 16 | 111 |
Binary | 11000011 | 10101111 | 10111001 | 0 | 1010 | 101 | 11000 | 101001010 | 1110 | 1001001 |
Color Harmonies of #C3AFB9
Complementary color
Monochromatic Colors of #C3AFB9
Black with #C3AFB9
Text Example
Text Example
White with #C3AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFB9; }
p { color: rgb(195,175,185); }
H1.HeaderClassName
{
color: #C3AFB9;
}
.AnyTagClassName
{
color: #C3AFB9;
}
</style>
background-color css
<style>
a { background-color: #C3AFB9; }
a { background-color: rgb(195,175,185); }
div.DivClassName
{
background-color: #C3AFB9;
}
.BgClassName
{
background-color: #C3AFB9;
}
</style>
border-color css
<style>
span { border-color: #C3AFB9; }
span { border-color: rgb(195,175,185); }
td.TdClassName
{
border-color: #C3AFB9;
}
.TagClassName
{
border-color: #C3AFB9;
}
</style>