#C16F49

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

Shades of Red Damask #C16F49

Tints of Red Damask #C16F49

Color information

#C16F49 (or 0xC16F49) is unknown color: approx Red Damask. HEX triplet: C1, 6F and 49. RGB value is (193,111,73). Sum of RGB (Red+Green+Blue) = 193+111+73=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F49 is #3E90B6. Grayscale: #838383. Windows color (decimal): -4100279 or 4812737. OLE color: 4812737.

HSL color Cylindrical-coordinate representation of color #C16F49: hue angle of 19º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C16F49 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19311173-
CMYK00.420.620.24
HSL19º49.18%52.16%-
HSV(B)19º62.18%75.69%-
XYZ28.8823.199.26-
YUV131.1995.17172.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=51.19%
G=29.44%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931117300.420.620.241949.1852.16
HexC16F4902A3E18133134
Octal3011571110527630236164
Binary110000011101111100100101010101111101100010011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F49; }

 p { color: rgb(193,111,73); }

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

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

 a { background-color: rgb(193,111,73); }

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

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

 span { border-color: rgb(193,111,73); }

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