#C3ACA2

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

Shades of Martini #C3ACA2

Tints of Martini #C3ACA2

Color information

#C3ACA2 (or 0xC3ACA2) is unknown color: approx Martini. HEX triplet: C3, AC and A2. RGB value is (195,172,162). Sum of RGB (Red+Green+Blue) = 195+172+162=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACA2 is #3C535D. Grayscale: #B1B1B1. Windows color (decimal): -3953502 or 10661059. OLE color: 10661059.

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

Color convert

RGB195172162-
CMYK00.120.170.24
HSL18.18º21.57%70%-
HSV(B)18.18º16.92%76.47%-
XYZ43.7843.7240.31-
YUV177.74119.12140.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=36.86%
G=32.51%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517216200.120.170.2418.1821.5770
HexC3ACA20C1118121646
Octal30325424201421302226106
Binary11000011101011001010001001100100011100010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACA2; }

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

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

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

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

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

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

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

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