#C3ACA4

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

Shades of Martini #C3ACA4

Tints of Martini #C3ACA4

Color information

#C3ACA4 (or 0xC3ACA4) is unknown color: approx Martini. HEX triplet: C3, AC and A4. RGB value is (195,172,164). Sum of RGB (Red+Green+Blue) = 195+172+164=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACA4 is #3C535B. Grayscale: #B2B2B2. Windows color (decimal): -3953500 or 10792131. OLE color: 10792131.

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

Color convert

RGB195172164-
CMYK00.120.160.24
HSL15.48º20.53%70.39%-
HSV(B)15.48º15.9%76.47%-
XYZ43.9643.7941.26-
YUV177.96120.12140.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=36.72%
G=32.39%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517216400.120.160.2415.4820.5370.39
HexC3ACA40C1018f1546
Octal30325424401420301725106
Binary1100001110101100101001000110010000110001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACA4; }

 p { color: rgb(195,172,164); }

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

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

 a { background-color: rgb(195,172,164); }

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

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

 span { border-color: rgb(195,172,164); }

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