#C5744A

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

Shades of Red Damask #C5744A

Tints of Red Damask #C5744A

Color information

#C5744A (or 0xC5744A) is unknown color: approx Red Damask. HEX triplet: C5, 74 and 4A. RGB value is (197,116,74). Sum of RGB (Red+Green+Blue) = 197+116+74=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5744A is #3A8BB5. Grayscale: #878787. Windows color (decimal): -3836854 or 4879557. OLE color: 4879557.

HSL color Cylindrical-coordinate representation of color #C5744A: hue angle of 20.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5744A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19711674-
CMYK00.410.620.23
HSL20.49º51.46%53.14%-
HSV(B)20.49º62.44%77.25%-
XYZ30.5124.869.67-
YUV135.4393.34171.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=50.90%
G=29.97%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971167400.410.620.2320.4951.4653.14
HexC5744A0293E17143335
Octal3051641120517627246365
Binary110001011110100100101001010011111101011110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5744A; }

 p { color: rgb(197,116,74); }

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

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

 a { background-color: rgb(197,116,74); }

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

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

 span { border-color: rgb(197,116,74); }

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