Html Css Color HEX #C5744A Red Damask

📋 copy color: '#C5744A'

red 197 ◦ green 116 ◦ blue 74

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

Shades of Red Damask #C5744A

Tints of Red Damask #C5744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 50.9%
G = 29.97%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5744A (or 0xC5744A) is known color: Red Damask. HEX triplet: C5, 74 and 4A. RGB value is (197,116,74). Sum of RGB (Red+Green+Blue) = 197+116+74=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5744A is #3A8BB5. Grayscale: #878787. Windows color (decimal): -3836854 or 4879557. OLE color: 4879557.

HSL color Cylindrical-coordinate representation of color #C5744A: hue angle of 20.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5744A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 116 74 -
CMYK 0 0.41 0.62 0.23
HSL 20.49º 0.51% 0.53% -
HSV(B) 20.49º 0.62% 0.77% -
XYZ 30.51 24.86 9.67 -
YUV 135.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 197 116 74 0 0.41 0.62 0.23 20.49 0.51 0.53
Hex C5 74 4A 0 29 3E 17 14 33 35
Octal 305 164 112 0 51 76 27 24 63 65
Binary 11000101 1110100 1001010 0 101001 111110 10111 10100 110011 110101

Color Harmonies of #C5744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5744A

Black with #C5744A

Text Example


Text Example

White with #C5744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5744A; }

 p { color: rgb(197,116,74); }

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

background-color css

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

 a { background-color: rgb(197,116,74); }

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

border-color css

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

 span { border-color: rgb(197,116,74); }

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