#C9744C

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

Shades of Red Damask #C9744C

Tints of Red Damask #C9744C

Color information

#C9744C (or 0xC9744C) is unknown color: approx Red Damask. HEX triplet: C9, 74 and 4C. RGB value is (201,116,76). Sum of RGB (Red+Green+Blue) = 201+116+76=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9744C is #368BB3. Grayscale: #898989. Windows color (decimal): -3574708 or 5010633. OLE color: 5010633.

HSL color Cylindrical-coordinate representation of color #C9744C: hue angle of 19.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9744C is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20111676-
CMYK00.420.620.21
HSL19.2º53.65%54.31%-
HSV(B)19.2º62.19%78.82%-
XYZ31.6425.4310.08-
YUV136.8593.66173.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.15%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=51.15%
G=29.52%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011167600.420.620.2119.253.6554.31
HexC9744C02A3E15133636
Octal3111641140527625236666
Binary110010011110100100110001010101111101010110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9744C; }

 p { color: rgb(201,116,76); }

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

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

 a { background-color: rgb(201,116,76); }

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

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

 span { border-color: rgb(201,116,76); }

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