Html Css Color HEX #C5794F Red Damask

📋 copy color: '#C5794F'

red 197 ◦ green 121 ◦ blue 79

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

Shades of Red Damask #C5794F

Tints of Red Damask #C5794F

RGB

 RED value IS 197 (77.34% from 255) = 49.62%

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

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

R = 49.62%
G = 30.48%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5794F (or 0xC5794F) is known color: Red Damask. HEX triplet: C5, 79 and 4F. RGB value is (197,121,79). Sum of RGB (Red+Green+Blue) = 197+121+79=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5794F is #3A86B0. Grayscale: #8B8B8B. Windows color (decimal): -3835569 or 5208517. OLE color: 5208517.

HSL color Cylindrical-coordinate representation of color #C5794F: hue angle of 21.36º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5794F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 79 -
CMYK 0 0.39 0.60 0.23
HSL 21.36º 0.5% 0.54% -
HSV(B) 21.36º 0.6% 0.77% -
XYZ 31.27 26.11 10.79 -
YUV 138.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 197 121 79 0 0.39 0.60 0.23 21.36 0.5 0.54
Hex C5 79 4F 0 27 3C 17 15 32 36
Octal 305 171 117 0 47 74 27 25 62 66
Binary 11000101 1111001 1001111 0 100111 111100 10111 10101 110010 110110

Color Harmonies of #C5794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5794F

Black with #C5794F

Text Example


Text Example

White with #C5794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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