#C0734D

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

Shades of Red Damask #C0734D

Tints of Red Damask #C0734D

Color information

#C0734D (or 0xC0734D) is unknown color: approx Red Damask. HEX triplet: C0, 73 and 4D. RGB value is (192,115,77). Sum of RGB (Red+Green+Blue) = 192+115+77=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0734D is #3F8CB2. Grayscale: #858585. Windows color (decimal): -4164787 or 5075904. OLE color: 5075904.

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

Color convert

RGB19211577-
CMYK00.400.600.25
HSL19.83º47.72%52.75%-
HSV(B)19.83º59.9%75.29%-
XYZ29.212410.11-
YUV133.6996.01169.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=50%
G=29.95%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921157700.400.600.2519.8347.7252.75
HexC0734D0283C19143035
Octal3001631150507431246065
Binary110000001110011100110101010001111001100110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0734D; }

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

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

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

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

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

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

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

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