#C4ACA3

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

Shades of Martini #C4ACA3

Tints of Martini #C4ACA3

Color information

#C4ACA3 (or 0xC4ACA3) is unknown color: approx Martini. HEX triplet: C4, AC and A3. RGB value is (196,172,163). Sum of RGB (Red+Green+Blue) = 196+172+163=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACA3 is #3B535C. Grayscale: #B2B2B2. Windows color (decimal): -3887965 or 10726596. OLE color: 10726596.

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

Color convert

RGB196172163-
CMYK00.120.170.23
HSL16.36º21.85%70.39%-
HSV(B)16.36º16.84%76.86%-
XYZ44.1343.8940.8-
YUV178.15119.45140.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 163 (64.06% from 255) = 30.70%
R=36.91%
G=32.39%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617216300.120.170.2316.3621.8570.39
HexC4ACA30C1117101646
Octal30425424301421272026106
Binary11000100101011001010001101100100011011110000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACA3; }

 p { color: rgb(196,172,163); }

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

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

 a { background-color: rgb(196,172,163); }

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

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

 span { border-color: rgb(196,172,163); }

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