#C5704F

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

Shades of Red Damask #C5704F

Tints of Red Damask #C5704F

Color information

#C5704F (or 0xC5704F) is unknown color: approx Red Damask. HEX triplet: C5, 70 and 4F. RGB value is (197,112,79). Sum of RGB (Red+Green+Blue) = 197+112+79=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5704F is #3A8FB0. Grayscale: #858585. Windows color (decimal): -3837873 or 5206213. OLE color: 5206213.

HSL color Cylindrical-coordinate representation of color #C5704F: hue angle of 16.78º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5704F is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19711279-
CMYK00.430.600.23
HSL16.78º50.43%54.12%-
HSV(B)16.78º59.9%77.25%-
XYZ30.2324.0210.44-
YUV133.6597.16173.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=50.77%
G=28.87%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971127900.430.600.2316.7850.4354.12
HexC5704F02B3C17113236
Octal3051601170537427216266
Binary110001011110000100111101010111111001011110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5704F; }

 p { color: rgb(197,112,79); }

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

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

 a { background-color: rgb(197,112,79); }

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

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

 span { border-color: rgb(197,112,79); }

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