#C3704E

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

Shades of Red Damask #C3704E

Tints of Red Damask #C3704E

Color information

#C3704E (or 0xC3704E) is unknown color: approx Red Damask. HEX triplet: C3, 70 and 4E. RGB value is (195,112,78). Sum of RGB (Red+Green+Blue) = 195+112+78=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3704E is #3C8FB1. Grayscale: #858585. Windows color (decimal): -3968946 or 5140675. OLE color: 5140675.

HSL color Cylindrical-coordinate representation of color #C3704E: hue angle of 17.44º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3704E is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB19511278-
CMYK00.430.60.24
HSL17.44º49.37%53.53%-
HSV(B)17.44º60%76.47%-
XYZ29.6723.7410.23-
YUV132.9497172.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=50.65%
G=29.09%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951127800.430.60.2417.4449.3753.53
HexC3704E02B3C18113136
Octal3031601160537430216166
Binary110000111110000100111001010111111001100010001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3704E; }

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

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

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

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

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

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

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

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