Shades of Martini #C2AEA8
Tints of Martini #C2AEA8
RGB
CMYK
RGB Variations
Color information
#C2AEA8 (or 0xC2AEA8) is known color: Martini. HEX triplet: C2, AE and A8. RGB value is (194,174,168). Sum of RGB (Red+Green+Blue) = 194+174+168=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEA8 is #3D5157. Grayscale: #B3B3B3. Windows color (decimal): -4018520 or 11054786. OLE color: 11054786.
HSL color Cylindrical-coordinate representation of color #C2AEA8: hue angle of 13.85º 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 #C2AEA8 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 174 | 168 | - |
CMYK | 0 | 0.10 | 0.13 | 0.24 |
HSL | 13.85º | 0.18% | 0.71% | - |
HSV(B) | 13.85º | 0.13% | 0.76% | - |
XYZ | 44.45 | 44.57 | 43.31 | - |
YUV | 179.3 | 121.63 | 138.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 168 | 0 | 0.10 | 0.13 | 0.24 | 13.85 | 0.18 | 0.71 |
Hex | C2 | AE | A8 | 0 | A | D | 18 | E | 12 | 47 |
Octal | 302 | 256 | 250 | 0 | 12 | 15 | 30 | 16 | 22 | 107 |
Binary | 11000010 | 10101110 | 10101000 | 0 | 1010 | 1101 | 11000 | 1110 | 10010 | 1000111 |
Color Harmonies of #C2AEA8
Complementary color
Monochromatic Colors of #C2AEA8
Black with #C2AEA8
Text Example
Text Example
White with #C2AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEA8; }
p { color: rgb(194,174,168); }
H1.HeaderClassName
{
color: #C2AEA8;
}
.AnyTagClassName
{
color: #C2AEA8;
}
</style>
background-color css
<style>
a { background-color: #C2AEA8; }
a { background-color: rgb(194,174,168); }
div.DivClassName
{
background-color: #C2AEA8;
}
.BgClassName
{
background-color: #C2AEA8;
}
</style>
border-color css
<style>
span { border-color: #C2AEA8; }
span { border-color: rgb(194,174,168); }
td.TdClassName
{
border-color: #C2AEA8;
}
.TagClassName
{
border-color: #C2AEA8;
}
</style>