Shades of Martini #C2ADA4
Tints of Martini #C2ADA4
RGB
CMYK
RGB Variations
Color information
#C2ADA4 (or 0xC2ADA4) is known color: Martini. HEX triplet: C2, AD and A4. RGB value is (194,173,164). Sum of RGB (Red+Green+Blue) = 194+173+164=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADA4 is #3D525B. Grayscale: #B2B2B2. Windows color (decimal): -4018780 or 10792386. OLE color: 10792386.
HSL color Cylindrical-coordinate representation of color #C2ADA4: hue angle of 18º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ADA4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 164 | - |
CMYK | 0 | 0.11 | 0.15 | 0.24 |
HSL | 18º | 0.2% | 0.7% | - |
HSV(B) | 18º | 0.15% | 0.76% | - |
XYZ | 43.89 | 44.04 | 41.31 | - |
YUV | 178.25 | 119.96 | 139.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 164 | 0 | 0.11 | 0.15 | 0.24 | 18 | 0.2 | 0.7 |
Hex | C2 | AD | A4 | 0 | B | F | 18 | 12 | 14 | 46 |
Octal | 302 | 255 | 244 | 0 | 13 | 17 | 30 | 22 | 24 | 106 |
Binary | 11000010 | 10101101 | 10100100 | 0 | 1011 | 1111 | 11000 | 10010 | 10100 | 1000110 |
Color Harmonies of #C2ADA4
Complementary color
Monochromatic Colors of #C2ADA4
Black with #C2ADA4
Text Example
Text Example
White with #C2ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADA4; }
p { color: rgb(194,173,164); }
H1.HeaderClassName
{
color: #C2ADA4;
}
.AnyTagClassName
{
color: #C2ADA4;
}
</style>
background-color css
<style>
a { background-color: #C2ADA4; }
a { background-color: rgb(194,173,164); }
div.DivClassName
{
background-color: #C2ADA4;
}
.BgClassName
{
background-color: #C2ADA4;
}
</style>
border-color css
<style>
span { border-color: #C2ADA4; }
span { border-color: rgb(194,173,164); }
td.TdClassName
{
border-color: #C2ADA4;
}
.TagClassName
{
border-color: #C2ADA4;
}
</style>