#C1744C

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

Shades of Red Damask #C1744C

Tints of Red Damask #C1744C

Color information

#C1744C (or 0xC1744C) is unknown color: approx Red Damask. HEX triplet: C1, 74 and 4C. RGB value is (193,116,76). Sum of RGB (Red+Green+Blue) = 193+116+76=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1744C is #3E8BB3. Grayscale: #868686. Windows color (decimal): -4098996 or 5010625. OLE color: 5010625.

HSL color Cylindrical-coordinate representation of color #C1744C: hue angle of 20.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1744C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19311676-
CMYK00.400.610.24
HSL20.51º48.55%52.75%-
HSV(B)20.51º60.62%75.69%-
XYZ29.5424.359.98-
YUV134.4695.01169.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=50.13%
G=30.13%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931167600.400.610.2420.5148.5552.75
HexC1744C0283D18153135
Octal3011641140507530256165
Binary110000011110100100110001010001111011100010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1744C; }

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

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

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

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

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

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

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

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