#C2784E

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

Shades of Red Damask #C2784E

Tints of Red Damask #C2784E

Color information

#C2784E (or 0xC2784E) is unknown color: approx Red Damask. HEX triplet: C2, 78 and 4E. RGB value is (194,120,78). Sum of RGB (Red+Green+Blue) = 194+120+78=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2784E is #3D87B1. Grayscale: #898989. Windows color (decimal): -4032434 or 5142722. OLE color: 5142722.

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

Color convert

RGB19412078-
CMYK00.380.600.24
HSL21.72º48.74%53.33%-
HSV(B)21.72º59.79%76.08%-
XYZ30.3425.4510.52-
YUV137.3494.52168.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=49.49%
G=30.61%
B=19.90%

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
Decimal1941207800.380.600.2421.7248.7453.33
HexC2784E0263C18163135
Octal3021701160467430266165
Binary110000101111000100111001001101111001100010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2784E; }

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

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

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

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

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

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

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

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