Html Css Color HEX #C5784A Red Damask

📋 copy color: '#C5784A'

red 197 ◦ green 120 ◦ blue 74

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

Shades of Red Damask #C5784A

Tints of Red Damask #C5784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 50.38%
G = 30.69%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5784A (or 0xC5784A) is known color: Red Damask. HEX triplet: C5, 78 and 4A. RGB value is (197,120,74). Sum of RGB (Red+Green+Blue) = 197+120+74=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5784A is #3A87B5. Grayscale: #8A8A8A. Windows color (decimal): -3835830 or 4880581. OLE color: 4880581.

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

Color convert

RGB 197 120 74 -
CMYK 0 0.39 0.62 0.23
HSL 22.44º 0.51% 0.53% -
HSV(B) 22.44º 0.62% 0.77% -
XYZ 30.98 25.8 9.83 -
YUV 137.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 197 120 74 0 0.39 0.62 0.23 22.44 0.51 0.53
Hex C5 78 4A 0 27 3E 17 16 33 35
Octal 305 170 112 0 47 76 27 26 63 65
Binary 11000101 1111000 1001010 0 100111 111110 10111 10110 110011 110101

Color Harmonies of #C5784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5784A

Black with #C5784A

Text Example


Text Example

White with #C5784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5784A; }

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

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

background-color css

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

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

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

border-color css

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

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

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