#C1784F

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

Shades of Red Damask #C1784F

Tints of Red Damask #C1784F

Color information

#C1784F (or 0xC1784F) is unknown color: approx Red Damask. HEX triplet: C1, 78 and 4F. RGB value is (193,120,79). Sum of RGB (Red+Green+Blue) = 193+120+79=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1784F is #3E87B0. Grayscale: #898989. Windows color (decimal): -4097969 or 5208257. OLE color: 5208257.

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

Color convert

RGB19312079-
CMYK00.380.590.24
HSL21.58º47.9%53.33%-
HSV(B)21.58º59.07%75.69%-
XYZ30.1225.3310.7-
YUV137.1595.18167.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=49.23%
G=30.61%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931207900.380.590.2421.5847.953.33
HexC1784F0263B18163035
Octal3011701170467330266065
Binary110000011111000100111101001101110111100010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1784F; }

 p { color: rgb(193,120,79); }

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

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

 a { background-color: rgb(193,120,79); }

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

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

 span { border-color: rgb(193,120,79); }

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