Html Css Color HEX #C1794F Red Damask

📋 copy color: '#C1794F'

red 193 ◦ green 121 ◦ blue 79

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

Shades of Red Damask #C1794F

Tints of Red Damask #C1794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.1%

R = 49.11%
G = 30.79%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1794F (or 0xC1794F) is known color: Red Damask. HEX triplet: C1, 79 and 4F. RGB value is (193,121,79). Sum of RGB (Red+Green+Blue) = 193+121+79=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1794F is #3E86B0. Grayscale: #898989. Windows color (decimal): -4097713 or 5208513. OLE color: 5208513.

HSL color Cylindrical-coordinate representation of color #C1794F: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1794F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 121 79 -
CMYK 0 0.37 0.59 0.24
HSL 22.11º 0.48% 0.53% -
HSV(B) 22.11º 0.59% 0.76% -
XYZ 30.24 25.58 10.74 -
YUV 137.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 193 121 79 0 0.37 0.59 0.24 22.11 0.48 0.53
Hex C1 79 4F 0 25 3B 18 16 30 35
Octal 301 171 117 0 45 73 30 26 60 65
Binary 11000001 1111001 1001111 0 100101 111011 11000 10110 110000 110101

Color Harmonies of #C1794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1794F

Black with #C1794F

Text Example


Text Example

White with #C1794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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