#C2A89C

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

Shades of Martini #C2A89C

Tints of Martini #C2A89C

Color information

#C2A89C (or 0xC2A89C) is unknown color: approx Martini. HEX triplet: C2, A8 and 9C. RGB value is (194,168,156). Sum of RGB (Red+Green+Blue) = 194+168+156=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A89C is #3D5763. Grayscale: #AEAEAE. Windows color (decimal): -4020068 or 10266818. OLE color: 10266818.

HSL color Cylindrical-coordinate representation of color #C2A89C: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A89C is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194168156-
CMYK00.130.200.24
HSL18.95º23.75%68.63%-
HSV(B)18.95º19.59%76.08%-
XYZ42.2541.8737.31-
YUV174.41117.61141.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=37.45%
G=32.43%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416815600.130.200.2418.9523.7568.63
HexC2A89C0D1418131845
Octal30225023401524302330105
Binary11000010101010001001110001101101001100010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A89C; }

 p { color: rgb(194,168,156); }

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

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

 a { background-color: rgb(194,168,156); }

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

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

 span { border-color: rgb(194,168,156); }

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