#C3724C

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

Shades of Red Damask #C3724C

Tints of Red Damask #C3724C

Color information

#C3724C (or 0xC3724C) is unknown color: approx Red Damask. HEX triplet: C3, 72 and 4C. RGB value is (195,114,76). Sum of RGB (Red+Green+Blue) = 195+114+76=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3724C is #3C8DB3. Grayscale: #868686. Windows color (decimal): -3968436 or 5010115. OLE color: 5010115.

HSL color Cylindrical-coordinate representation of color #C3724C: hue angle of 19.16º degrees, saturation: 0.5, 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 #C3724C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19511476-
CMYK00.420.610.24
HSL19.16º49.79%53.14%-
HSV(B)19.16º61.03%76.47%-
XYZ29.8324.169.93-
YUV133.8995.34171.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=50.65%
G=29.61%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951147600.420.610.2419.1649.7953.14
HexC3724C02A3D18133235
Octal3031621140527530236265
Binary110000111110010100110001010101111011100010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3724C; }

 p { color: rgb(195,114,76); }

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

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

 a { background-color: rgb(195,114,76); }

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

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

 span { border-color: rgb(195,114,76); }

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