#C2A9A5

Color #C2A9A5 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #C2A9A5

Tints of Martini #C2A9A5

Color information

#C2A9A5 (or 0xC2A9A5) is unknown color: approx Martini. HEX triplet: C2, A9 and A5. RGB value is (194,169,165). Sum of RGB (Red+Green+Blue) = 194+169+165=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9A5 is #3D565A. Grayscale: #B0B0B0. Windows color (decimal): -4019803 or 10856898. OLE color: 10856898.

HSL color Cylindrical-coordinate representation of color #C2A9A5: hue angle of 8.28º degrees, saturation: 0.19, 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 #C2A9A5 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB194169165-
CMYK00.130.150.24
HSL8.28º19.21%70.39%-
HSV(B)8.28º14.95%76.08%-
XYZ43.2342.5641.53-
YUV176.02121.78140.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=36.74%
G=32.01%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416916500.130.150.248.2819.2170.39
HexC2A9A50DF1881346
Octal30225124501517301023106
Binary110000101010100110100101011011111110001000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9A5; }

 p { color: rgb(194,169,165); }

 H1.HeaderClassName
 {
   color: #C2A9A5;
 }
 .AnyTagClassName
 {
   color: #C2A9A5;
 }
</style>
background-color css

<style>
 a { background-color: #C2A9A5; }

 a { background-color: rgb(194,169,165); }

 div.DivClassName
 {
   background-color: #C2A9A5;
 }
 .BgClassName
 {
   background-color: #C2A9A5;
 }
</style>
border-color css

<style>
 span { border-color: #C2A9A5; }

 span { border-color: rgb(194,169,165); }

 td.TdClassName
 {
   border-color: #C2A9A5;
 }
 .TagClassName
 {
   border-color: #C2A9A5;
 }
</style>