#C0704E

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

Shades of Red Damask #C0704E

Tints of Red Damask #C0704E

Color information

#C0704E (or 0xC0704E) is unknown color: approx Red Damask. HEX triplet: C0, 70 and 4E. RGB value is (192,112,78). Sum of RGB (Red+Green+Blue) = 192+112+78=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0704E is #3F8FB1. Grayscale: #848484. Windows color (decimal): -4165554 or 5140672. OLE color: 5140672.

HSL color Cylindrical-coordinate representation of color #C0704E: hue angle of 17.89º 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 #C0704E is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19211278-
CMYK00.420.590.25
HSL17.89º47.5%52.94%-
HSV(B)17.89º59.38%75.29%-
XYZ28.9123.3410.19-
YUV132.0497.5170.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=50.26%
G=29.32%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921127800.420.590.2517.8947.552.94
HexC0704E02A3B19123035
Octal3001601160527331226065
Binary110000001110000100111001010101110111100110010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0704E; }

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

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

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

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

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

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

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

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