#C5794C

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

Shades of Red Damask #C5794C

Tints of Red Damask #C5794C

Color information

#C5794C (or 0xC5794C) is unknown color: approx Red Damask. HEX triplet: C5, 79 and 4C. RGB value is (197,121,76). Sum of RGB (Red+Green+Blue) = 197+121+76=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5794C is #3A86B3. Grayscale: #8A8A8A. Windows color (decimal): -3835572 or 5011909. OLE color: 5011909.

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

Color convert

RGB19712176-
CMYK00.390.610.23
HSL22.31º51.05%53.53%-
HSV(B)22.31º61.42%77.25%-
XYZ31.1726.0710.23-
YUV138.5992.68169.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=50%
G=30.71%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971217600.390.610.2322.3151.0553.53
HexC5794C0273D17163336
Octal3051711140477527266366
Binary110001011111001100110001001111111011011110110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5794C; }

 p { color: rgb(197,121,76); }

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

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

 a { background-color: rgb(197,121,76); }

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

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

 span { border-color: rgb(197,121,76); }

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