#C0AFA9

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

Shades of Martini #C0AFA9

Tints of Martini #C0AFA9

Color information

#C0AFA9 (or 0xC0AFA9) is unknown color: approx Martini. HEX triplet: C0, AF and A9. RGB value is (192,175,169). Sum of RGB (Red+Green+Blue) = 192+175+169=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFA9 is #3F5056. Grayscale: #B3B3B3. Windows color (decimal): -4149335 or 11120576. OLE color: 11120576.

HSL color Cylindrical-coordinate representation of color #C0AFA9: hue angle of 15.65º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0AFA9 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192175169-
CMYK00.090.120.25
HSL15.65º15.44%70.78%-
HSV(B)15.65º11.98%75.29%-
XYZ44.2344.7343.84-
YUV179.4122.13136.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=35.82%
G=32.65%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217516900.090.120.2515.6515.4470.78
HexC0AFA909C1910f47
Octal30025725101114312017107
Binary110000001010111110101001010011100110011000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFA9; }

 p { color: rgb(192,175,169); }

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

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

 a { background-color: rgb(192,175,169); }

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

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

 span { border-color: rgb(192,175,169); }

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