#C4724C

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

Shades of Red Damask #C4724C

Tints of Red Damask #C4724C

Color information

#C4724C (or 0xC4724C) is unknown color: approx Red Damask. HEX triplet: C4, 72 and 4C. RGB value is (196,114,76). Sum of RGB (Red+Green+Blue) = 196+114+76=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4724C is #3B8DB3. Grayscale: #868686. Windows color (decimal): -3902900 or 5010116. OLE color: 5010116.

HSL color Cylindrical-coordinate representation of color #C4724C: hue angle of 19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4724C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19611476-
CMYK00.420.610.23
HSL19º50.42%53.33%-
HSV(B)19º61.22%76.86%-
XYZ30.0924.299.94-
YUV134.1995.17172.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=50.78%
G=29.53%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961147600.420.610.231950.4253.33
HexC4724C02A3D17133235
Octal3041621140527527236265
Binary110001001110010100110001010101111011011110011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4724C; }

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

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

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

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

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

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

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

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