Shades of Maverick #C3ADB8
Tints of Maverick #C3ADB8
RGB
CMYK
RGB Variations
Color information
#C3ADB8 (or 0xC3ADB8) is known color: Maverick. HEX triplet: C3, AD and B8. RGB value is (195,173,184). Sum of RGB (Red+Green+Blue) = 195+173+184=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB8 is #3C5247. Grayscale: #B4B4B4. Windows color (decimal): -3953224 or 12103107. OLE color: 12103107.
HSL color Cylindrical-coordinate representation of color #C3ADB8: hue angle of 330º 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 #C3ADB8 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 184 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.24 |
| HSL | 330º | 0.15% | 0.72% | - |
| HSV(B) | 330º | 0.11% | 0.76% | - |
| XYZ | 46.1 | 44.95 | 51.59 | - |
| YUV | 180.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 184 | 0 | 0.11 | 0.06 | 0.24 | 330 | 0.15 | 0.72 |
| Hex | C3 | AD | B8 | 0 | B | 6 | 18 | 14A | F | 48 |
| Octal | 303 | 255 | 270 | 0 | 13 | 6 | 30 | 512 | 17 | 110 |
| Binary | 11000011 | 10101101 | 10111000 | 0 | 1011 | 110 | 11000 | 101001010 | 1111 | 1001000 |
Color Harmonies of #C3ADB8
Complementary color
Monochromatic Colors of #C3ADB8
Black with #C3ADB8
Text Example
Text Example
White with #C3ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADB8; }
p { color: rgb(195,173,184); }
H1.HeaderClassName
{
color: #C3ADB8;
}
.AnyTagClassName
{
color: #C3ADB8;
}
</style>
background-color css
<style>
a { background-color: #C3ADB8; }
a { background-color: rgb(195,173,184); }
div.DivClassName
{
background-color: #C3ADB8;
}
.BgClassName
{
background-color: #C3ADB8;
}
</style>
border-color css
<style>
span { border-color: #C3ADB8; }
span { border-color: rgb(195,173,184); }
td.TdClassName
{
border-color: #C3ADB8;
}
.TagClassName
{
border-color: #C3ADB8;
}
</style>