Html Css Color HEX #C1794E Red Damask

📋 copy color: '#C1794E'

red 193 ◦ green 121 ◦ blue 78

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

Shades of Red Damask #C1794E

Tints of Red Damask #C1794E

RGB

 RED value IS 193 (75.78% from 255) = 49.23%

 GREEN value IS 121 (47.66% from 255) = 30.87%

 BLUE value IS 78 (30.86% from 255) = 19.9%

R = 49.23%
G = 30.87%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1794E (or 0xC1794E) is known color: Red Damask. HEX triplet: C1, 79 and 4E. RGB value is (193,121,78). Sum of RGB (Red+Green+Blue) = 193+121+78=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1794E is #3E86B1. Grayscale: #898989. Windows color (decimal): -4097714 or 5142977. OLE color: 5142977.

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

Color convert

RGB 193 121 78 -
CMYK 0 0.37 0.60 0.24
HSL 22.43º 0.48% 0.53% -
HSV(B) 22.43º 0.6% 0.76% -
XYZ 30.2 25.56 10.55 -
YUV 137.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 193 121 78 0 0.37 0.60 0.24 22.43 0.48 0.53
Hex C1 79 4E 0 25 3C 18 16 30 35
Octal 301 171 116 0 45 74 30 26 60 65
Binary 11000001 1111001 1001110 0 100101 111100 11000 10110 110000 110101

Color Harmonies of #C1794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1794E

Black with #C1794E

Text Example


Text Example

White with #C1794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1794E; }

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

 H1.HeaderClassName
 {
   color: #C1794E;
 }
 .AnyTagClassName
 {
   color: #C1794E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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