#C4704A

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

Shades of Red Damask #C4704A

Tints of Red Damask #C4704A

Color information

#C4704A (or 0xC4704A) is unknown color: approx Red Damask. HEX triplet: C4, 70 and 4A. RGB value is (196,112,74). Sum of RGB (Red+Green+Blue) = 196+112+74=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4704A is #3B8FB5. Grayscale: #858585. Windows color (decimal): -3903414 or 4878532. OLE color: 4878532.

HSL color Cylindrical-coordinate representation of color #C4704A: hue angle of 18.69º 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 #C4704A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19611274-
CMYK00.430.620.23
HSL18.69º50.83%52.94%-
HSV(B)18.69º62.24%76.86%-
XYZ29.823.829.51-
YUV132.7894.83173.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=51.31%
G=29.32%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961127400.430.620.2318.6950.8352.94
HexC4704A02B3E17133335
Octal3041601120537627236365
Binary110001001110000100101001010111111101011110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4704A; }

 p { color: rgb(196,112,74); }

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

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

 a { background-color: rgb(196,112,74); }

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

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

 span { border-color: rgb(196,112,74); }

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