#C0ADA7

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

Shades of Martini #C0ADA7

Tints of Martini #C0ADA7

Color information

#C0ADA7 (or 0xC0ADA7) is unknown color: approx Martini. HEX triplet: C0, AD and A7. RGB value is (192,173,167). Sum of RGB (Red+Green+Blue) = 192+173+167=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADA7 is #3F5258. Grayscale: #B2B2B2. Windows color (decimal): -4149849 or 10988992. OLE color: 10988992.

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

Color convert

RGB192173167-
CMYK00.100.130.25
HSL14.4º16.56%70.39%-
HSV(B)14.4º13.02%75.29%-
XYZ43.6643.8842.73-
YUV178121.79137.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=36.09%
G=32.52%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217316700.100.130.2514.416.5670.39
HexC0ADA70AD19e1146
Octal30025524701215311621106
Binary110000001010110110100111010101101110011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADA7; }

 p { color: rgb(192,173,167); }

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

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

 a { background-color: rgb(192,173,167); }

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

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

 span { border-color: rgb(192,173,167); }

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