#C0734E

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

Shades of Red Damask #C0734E

Tints of Red Damask #C0734E

Color information

#C0734E (or 0xC0734E) is unknown color: approx Red Damask. HEX triplet: C0, 73 and 4E. RGB value is (192,115,78). Sum of RGB (Red+Green+Blue) = 192+115+78=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0734E is #3F8CB1. Grayscale: #868686. Windows color (decimal): -4164786 or 5141440. OLE color: 5141440.

HSL color Cylindrical-coordinate representation of color #C0734E: hue angle of 19.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0734E is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19211578-
CMYK00.400.590.25
HSL19.47º47.5%52.94%-
HSV(B)19.47º59.38%75.29%-
XYZ29.2424.0210.3-
YUV133.896.51169.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=49.87%
G=29.87%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921157800.400.590.2519.4747.552.94
HexC0734E0283B19133035
Octal3001631160507331236065
Binary110000001110011100111001010001110111100110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0734E; }

 p { color: rgb(192,115,78); }

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

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

 a { background-color: rgb(192,115,78); }

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

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

 span { border-color: rgb(192,115,78); }

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