#C2ACA2

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

Shades of Martini #C2ACA2

Tints of Martini #C2ACA2

Color information

#C2ACA2 (or 0xC2ACA2) is unknown color: approx Martini. HEX triplet: C2, AC and A2. RGB value is (194,172,162). Sum of RGB (Red+Green+Blue) = 194+172+162=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACA2 is #3D535D. Grayscale: #B1B1B1. Windows color (decimal): -4019038 or 10661058. OLE color: 10661058.

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

Color convert

RGB194172162-
CMYK00.110.160.24
HSL18.75º20.78%69.8%-
HSV(B)18.75º16.49%76.08%-
XYZ43.5243.5840.3-
YUV177.44119.29139.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 162 (63.67% from 255) = 30.68%
R=36.74%
G=32.58%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417216200.110.160.2418.7520.7869.8
HexC2ACA20B1018131546
Octal30225424201320302325106
Binary11000010101011001010001001011100001100010011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACA2; }

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

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

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

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

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

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

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

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