#C1704D

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

Shades of Red Damask #C1704D

Tints of Red Damask #C1704D

Color information

#C1704D (or 0xC1704D) is unknown color: approx Red Damask. HEX triplet: C1, 70 and 4D. RGB value is (193,112,77). Sum of RGB (Red+Green+Blue) = 193+112+77=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1704D is #3E8FB2. Grayscale: #848484. Windows color (decimal): -4100019 or 5075137. OLE color: 5075137.

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

Color convert

RGB19311277-
CMYK00.420.600.24
HSL18.1º48.33%52.94%-
HSV(B)18.1º60.1%75.69%-
XYZ29.1323.4610.01-
YUV132.2396.84171.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=50.52%
G=29.32%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931127700.420.600.2418.148.3352.94
HexC1704D02A3C18123035
Octal3011601150527430226065
Binary110000011110000100110101010101111001100010010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1704D; }

 p { color: rgb(193,112,77); }

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

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

 a { background-color: rgb(193,112,77); }

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

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

 span { border-color: rgb(193,112,77); }

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