#C0ACA5

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

Shades of Martini #C0ACA5

Tints of Martini #C0ACA5

Color information

#C0ACA5 (or 0xC0ACA5) is unknown color: approx Martini. HEX triplet: C0, AC and A5. RGB value is (192,172,165). Sum of RGB (Red+Green+Blue) = 192+172+165=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACA5 is #3F535A. Grayscale: #B1B1B1. Windows color (decimal): -4150107 or 10857664. OLE color: 10857664.

HSL color Cylindrical-coordinate representation of color #C0ACA5: hue angle of 15.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ACA5 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192172165-
CMYK00.100.140.25
HSL15.56º17.65%70%-
HSV(B)15.56º14.06%75.29%-
XYZ43.2843.4341.7-
YUV177.18121.13138.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=36.29%
G=32.51%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217216500.100.140.2515.5617.6570
HexC0ACA50AE19101246
Octal30025424501216312022106
Binary1100000010101100101001010101011101100110000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACA5; }

 p { color: rgb(192,172,165); }

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

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

 a { background-color: rgb(192,172,165); }

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

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

 span { border-color: rgb(192,172,165); }

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