#C2ABA5

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

Shades of Martini #C2ABA5

Tints of Martini #C2ABA5

Color information

#C2ABA5 (or 0xC2ABA5) is unknown color: approx Martini. HEX triplet: C2, AB and A5. RGB value is (194,171,165). Sum of RGB (Red+Green+Blue) = 194+171+165=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA5 is #3D545A. Grayscale: #B1B1B1. Windows color (decimal): -4019291 or 10857410. OLE color: 10857410.

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

Color convert

RGB194171165-
CMYK00.120.150.24
HSL12.41º19.21%70.39%-
HSV(B)12.41º14.95%76.08%-
XYZ43.643.3141.66-
YUV177.19121.12139.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=36.60%
G=32.26%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417116500.120.150.2412.4119.2170.39
HexC2ABA50CF18c1346
Octal30225324501417301423106
Binary110000101010101110100101011001111110001100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABA5; }

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

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

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

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

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

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

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

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