Html Css Color HEX #C1784E Red Damask

📋 copy color: '#C1784E'

red 193 ◦ green 120 ◦ blue 78

#C1784E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C1784E

Tints of Red Damask #C1784E

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 value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1784E (or 0xC1784E) is known color: 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

RGB 193 120 78 -
CMYK 0 0.38 0.60 0.24
HSL 21.91º 0.48% 0.53% -
HSV(B) 21.91º 0.6% 0.76% -
XYZ 30.08 25.32 10.51 -
YUV 137.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 193 120 78 0 0.38 0.60 0.24 21.91 0.48 0.53
Hex C1 78 4E 0 26 3C 18 16 30 35
Octal 301 170 116 0 46 74 30 26 60 65
Binary 11000001 1111000 1001110 0 100110 111100 11000 10110 110000 110101

Color Harmonies of #C1784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1784E

Black with #C1784E

Text Example


Text Example

White with #C1784E

Text Example


Text Example

HTML Codes & Css Web 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>