#C1784E

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

Shades of Red Damask #C1784E

Tints of Red Damask #C1784E

Color information

#C1784E (or 0xC1784E) is unknown color: approx Red Damask. HEX triplet: C1, 78 and 4E. RGB value is (193,120,78). Sum of RGB (Red+Green+Blue) = 193+120+78=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1784E is #3E87B1. Grayscale: #898989. Windows color (decimal): -4097970 or 5142721. OLE color: 5142721.

HSL color Cylindrical-coordinate representation of color #C1784E: hue angle of 21.91º 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 #C1784E is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19312078-
CMYK00.380.600.24
HSL21.91º48.12%53.14%-
HSV(B)21.91º59.59%75.69%-
XYZ30.0825.3210.51-
YUV137.0494.68167.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=49.36%
G=30.69%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931207800.380.600.2421.9148.1253.14
HexC1784E0263C18163035
Octal3011701160467430266065
Binary110000011111000100111001001101111001100010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1784E; }

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

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

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

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

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

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

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

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