#C2AEA5

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

Shades of Martini #C2AEA5

Tints of Martini #C2AEA5

Color information

#C2AEA5 (or 0xC2AEA5) is unknown color: approx Martini. HEX triplet: C2, AE and A5. RGB value is (194,174,165). Sum of RGB (Red+Green+Blue) = 194+174+165=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEA5 is #3D515A. Grayscale: #B3B3B3. Windows color (decimal): -4018523 or 10858178. OLE color: 10858178.

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

Color convert

RGB194174165-
CMYK00.100.150.24
HSL18.62º19.21%70.39%-
HSV(B)18.62º14.95%76.08%-
XYZ44.1844.4641.85-
YUV178.95120.13138.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=36.40%
G=32.65%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417416500.100.150.2418.6219.2170.39
HexC2AEA50AF18131346
Octal30225624501217302323106
Binary1100001010101110101001010101011111100010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEA5; }

 p { color: rgb(194,174,165); }

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

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

 a { background-color: rgb(194,174,165); }

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

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

 span { border-color: rgb(194,174,165); }

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