#C4ADA5

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

Shades of Martini #C4ADA5

Tints of Martini #C4ADA5

Color information

#C4ADA5 (or 0xC4ADA5) is unknown color: approx Martini. HEX triplet: C4, AD and A5. RGB value is (196,173,165). Sum of RGB (Red+Green+Blue) = 196+173+165=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADA5 is #3B525A. Grayscale: #B3B3B3. Windows color (decimal): -3887707 or 10857924. OLE color: 10857924.

HSL color Cylindrical-coordinate representation of color #C4ADA5: hue angle of 15.48º 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 #C4ADA5 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196173165-
CMYK00.120.160.23
HSL15.48º20.81%70.78%-
HSV(B)15.48º15.82%76.86%-
XYZ44.544.3441.81-
YUV178.96120.12140.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=36.70%
G=32.40%
B=30.90%

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
Decimal19617316500.120.160.2315.4820.8170.78
HexC4ADA50C1017f1547
Octal30425524501420271725107
Binary1100010010101101101001010110010000101111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADA5; }

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

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

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

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

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

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

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

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