#C2784D

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

Shades of Red Damask #C2784D

Tints of Red Damask #C2784D

Color information

#C2784D (or 0xC2784D) is unknown color: approx Red Damask. HEX triplet: C2, 78 and 4D. RGB value is (194,120,77). Sum of RGB (Red+Green+Blue) = 194+120+77=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2784D is #3D87B2. Grayscale: #898989. Windows color (decimal): -4032435 or 5077186. OLE color: 5077186.

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

Color convert

RGB19412077-
CMYK00.380.600.24
HSL22.05º48.95%53.14%-
HSV(B)22.05º60.31%76.08%-
XYZ30.325.4410.33-
YUV137.2294.02168.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=49.62%
G=30.69%
B=19.69%

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
Decimal1941207700.380.600.2422.0548.9553.14
HexC2784D0263C18163135
Octal3021701150467430266165
Binary110000101111000100110101001101111001100010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2784D; }

 p { color: rgb(194,120,77); }

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

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

 a { background-color: rgb(194,120,77); }

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

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

 span { border-color: rgb(194,120,77); }

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