#C4744B

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

Shades of Red Damask #C4744B

Tints of Red Damask #C4744B

Color information

#C4744B (or 0xC4744B) is unknown color: approx Red Damask. HEX triplet: C4, 74 and 4B. RGB value is (196,116,75). Sum of RGB (Red+Green+Blue) = 196+116+75=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4744B is #3B8BB4. Grayscale: #878787. Windows color (decimal): -3902389 or 4945092. OLE color: 4945092.

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

Color convert

RGB19611675-
CMYK00.410.620.23
HSL20.33º50.63%53.14%-
HSV(B)20.33º61.73%76.86%-
XYZ30.2824.739.83-
YUV135.2594171.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=50.65%
G=29.97%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961167500.410.620.2320.3350.6353.14
HexC4744B0293E17143335
Octal3041641130517627246365
Binary110001001110100100101101010011111101011110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4744B; }

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

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

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

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

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

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

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

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