Html Css Color HEX #C5704A Red Damask

📋 copy color: '#C5704A'

red 197 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #C5704A

Tints of Red Damask #C5704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 51.44%
G = 29.24%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5704A (or 0xC5704A) is known color: Red Damask. HEX triplet: C5, 70 and 4A. RGB value is (197,112,74). Sum of RGB (Red+Green+Blue) = 197+112+74=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5704A is #3A8FB5. Grayscale: #858585. Windows color (decimal): -3837878 or 4878533. OLE color: 4878533.

HSL color Cylindrical-coordinate representation of color #C5704A: hue angle of 18.54º 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 #C5704A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 74 -
CMYK 0 0.43 0.62 0.23
HSL 18.54º 0.51% 0.53% -
HSV(B) 18.54º 0.62% 0.77% -
XYZ 30.06 23.95 9.52 -
YUV 133.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 197 112 74 0 0.43 0.62 0.23 18.54 0.51 0.53
Hex C5 70 4A 0 2B 3E 17 13 33 35
Octal 305 160 112 0 53 76 27 23 63 65
Binary 11000101 1110000 1001010 0 101011 111110 10111 10011 110011 110101

Color Harmonies of #C5704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5704A

Black with #C5704A

Text Example


Text Example

White with #C5704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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