#c4774e

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

Shades of Red Damask #C4774E

Tints of Red Damask #C4774E

Color information

#C4774E (or 0xC4774E) is unknown color: approx Red Damask. HEX triplet: C4, 77 and 4E. RGB value is (196,119,78). Sum of RGB (Red+Green+Blue) = 196+119+78=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4774E is #3B88B1. Grayscale: #898989. Windows color (decimal): -3901618 or 5142468. OLE color: 5142468.

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

Color convert

RGB19611978-
CMYK00.390.600.23
HSL20.85º50%53.73%-
HSV(B)20.85º60.2%76.86%-
XYZ30.7425.4810.51-
YUV137.3594.51169.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=49.87%
G=30.28%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961197800.390.600.2320.855053.73
HexC4774E0273C17153236
Octal3041671160477427256266
Binary110001001110111100111001001111111001011110101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4774e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4774e; }

 p { color: rgb(196,119,78); }

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

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

 a { background-color: rgb(196,119,78); }

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

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

 span { border-color: rgb(196,119,78); }

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