#C4ADA4

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

Shades of Martini #C4ADA4

Tints of Martini #C4ADA4

Color information

#C4ADA4 (or 0xC4ADA4) is unknown color: approx Martini. HEX triplet: C4, AD and A4. RGB value is (196,173,164). Sum of RGB (Red+Green+Blue) = 196+173+164=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADA4 is #3B525B. Grayscale: #B2B2B2. Windows color (decimal): -3887708 or 10792388. OLE color: 10792388.

HSL color Cylindrical-coordinate representation of color #C4ADA4: hue angle of 16.88º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4ADA4 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196173164-
CMYK00.120.160.23
HSL16.88º21.33%70.59%-
HSV(B)16.88º16.33%76.86%-
XYZ44.4144.341.33-
YUV178.85119.62140.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=36.77%
G=32.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617316400.120.160.2316.8821.3370.59
HexC4ADA40C1017111547
Octal30425524401420272125107
Binary11000100101011011010010001100100001011110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADA4; }

 p { color: rgb(196,173,164); }

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

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

 a { background-color: rgb(196,173,164); }

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

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

 span { border-color: rgb(196,173,164); }

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