#C4744E

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

Shades of Red Damask #C4744E

Tints of Red Damask #C4744E

Color information

#C4744E (or 0xC4744E) is unknown color: approx Red Damask. HEX triplet: C4, 74 and 4E. RGB value is (196,116,78). Sum of RGB (Red+Green+Blue) = 196+116+78=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4744E is #3B8BB1. Grayscale: #878787. Windows color (decimal): -3902386 or 5141700. OLE color: 5141700.

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

Color convert

RGB19611678-
CMYK00.410.600.23
HSL19.32º50%53.73%-
HSV(B)19.32º60.2%76.86%-
XYZ30.3924.7810.39-
YUV135.5995.5171.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 78 (30.86% from 255) = 20%
R=50.26%
G=29.74%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961167800.410.600.2319.325053.73
HexC4744E0293C17133236
Octal3041641160517427236266
Binary110001001110100100111001010011111001011110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4744E; }

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

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

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

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

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

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

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

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