#C07049

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

Shades of Red Damask #C07049

Tints of Red Damask #C07049

Color information

#C07049 (or 0xC07049) is unknown color: approx Red Damask. HEX triplet: C0, 70 and 49. RGB value is (192,112,73). Sum of RGB (Red+Green+Blue) = 192+112+73=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07049 is #3F8FB6. Grayscale: #838383. Windows color (decimal): -4165559 or 4812992. OLE color: 4812992.

HSL color Cylindrical-coordinate representation of color #C07049: hue angle of 19.66º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07049 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19211273-
CMYK00.420.620.25
HSL19.66º48.57%51.96%-
HSV(B)19.66º61.98%75.29%-
XYZ28.7323.289.28-
YUV131.4795171.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=50.93%
G=29.71%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921127300.420.620.2519.6648.5751.96
HexC0704902A3E19143134
Octal3001601110527631246164
Binary110000001110000100100101010101111101100110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07049; }

 p { color: rgb(192,112,73); }

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

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

 a { background-color: rgb(192,112,73); }

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

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

 span { border-color: rgb(192,112,73); }

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