Shades of Martini #C2ADA8
Tints of Martini #C2ADA8
RGB
CMYK
RGB Variations
Color information
#C2ADA8 (or 0xC2ADA8) is known color: Martini. HEX triplet: C2, AD and A8. RGB value is (194,173,168). Sum of RGB (Red+Green+Blue) = 194+173+168=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADA8 is #3D5257. Grayscale: #B2B2B2. Windows color (decimal): -4018776 or 11054530. OLE color: 11054530.
HSL color Cylindrical-coordinate representation of color #C2ADA8: hue angle of 11.54º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2ADA8 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 168 | - |
CMYK | 0 | 0.11 | 0.13 | 0.24 |
HSL | 11.54º | 0.18% | 0.71% | - |
HSV(B) | 11.54º | 0.13% | 0.76% | - |
XYZ | 44.26 | 44.18 | 43.24 | - |
YUV | 178.71 | 121.96 | 138.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 168 | 0 | 0.11 | 0.13 | 0.24 | 11.54 | 0.18 | 0.71 |
Hex | C2 | AD | A8 | 0 | B | D | 18 | C | 12 | 47 |
Octal | 302 | 255 | 250 | 0 | 13 | 15 | 30 | 14 | 22 | 107 |
Binary | 11000010 | 10101101 | 10101000 | 0 | 1011 | 1101 | 11000 | 1100 | 10010 | 1000111 |
Color Harmonies of #C2ADA8
Complementary color
Monochromatic Colors of #C2ADA8
Black with #C2ADA8
Text Example
Text Example
White with #C2ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADA8; }
p { color: rgb(194,173,168); }
H1.HeaderClassName
{
color: #C2ADA8;
}
.AnyTagClassName
{
color: #C2ADA8;
}
</style>
background-color css
<style>
a { background-color: #C2ADA8; }
a { background-color: rgb(194,173,168); }
div.DivClassName
{
background-color: #C2ADA8;
}
.BgClassName
{
background-color: #C2ADA8;
}
</style>
border-color css
<style>
span { border-color: #C2ADA8; }
span { border-color: rgb(194,173,168); }
td.TdClassName
{
border-color: #C2ADA8;
}
.TagClassName
{
border-color: #C2ADA8;
}
</style>