Shades of Maverick #C3ADB9
Tints of Maverick #C3ADB9
RGB
CMYK
RGB Variations
Color information
#C3ADB9 (or 0xC3ADB9) is known color: Maverick. HEX triplet: C3, AD and B9. RGB value is (195,173,185). Sum of RGB (Red+Green+Blue) = 195+173+185=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB9 is #3C5246. Grayscale: #B4B4B4. Windows color (decimal): -3953223 or 12168643. OLE color: 12168643.
HSL color Cylindrical-coordinate representation of color #C3ADB9: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3ADB9 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 173 | 185 | - |
CMYK | 0 | 0.11 | 0.05 | 0.24 |
HSL | 327.27º | 0.15% | 0.72% | - |
HSV(B) | 327.27º | 0.11% | 0.76% | - |
XYZ | 46.21 | 44.99 | 52.15 | - |
YUV | 180.95 | 130.29 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 173 | 185 | 0 | 0.11 | 0.05 | 0.24 | 327.27 | 0.15 | 0.72 |
Hex | C3 | AD | B9 | 0 | B | 5 | 18 | 147 | F | 48 |
Octal | 303 | 255 | 271 | 0 | 13 | 5 | 30 | 507 | 17 | 110 |
Binary | 11000011 | 10101101 | 10111001 | 0 | 1011 | 101 | 11000 | 101000111 | 1111 | 1001000 |
Color Harmonies of #C3ADB9
Complementary color
Monochromatic Colors of #C3ADB9
Black with #C3ADB9
Text Example
Text Example
White with #C3ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADB9; }
p { color: rgb(195,173,185); }
H1.HeaderClassName
{
color: #C3ADB9;
}
.AnyTagClassName
{
color: #C3ADB9;
}
</style>
background-color css
<style>
a { background-color: #C3ADB9; }
a { background-color: rgb(195,173,185); }
div.DivClassName
{
background-color: #C3ADB9;
}
.BgClassName
{
background-color: #C3ADB9;
}
</style>
border-color css
<style>
span { border-color: #C3ADB9; }
span { border-color: rgb(195,173,185); }
td.TdClassName
{
border-color: #C3ADB9;
}
.TagClassName
{
border-color: #C3ADB9;
}
</style>