Html Css Color HEX #C5774A Red Damask

📋 copy color: '#C5774A'

red 197 ◦ green 119 ◦ blue 74

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

Shades of Red Damask #C5774A

Tints of Red Damask #C5774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

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

R = 50.51%
G = 30.51%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5774A (or 0xC5774A) is known color: Red Damask. HEX triplet: C5, 77 and 4A. RGB value is (197,119,74). Sum of RGB (Red+Green+Blue) = 197+119+74=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5774A is #3A88B5. Grayscale: #898989. Windows color (decimal): -3836086 or 4880325. OLE color: 4880325.

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

Color convert

RGB 197 119 74 -
CMYK 0 0.40 0.62 0.23
HSL 21.95º 0.51% 0.53% -
HSV(B) 21.95º 0.62% 0.77% -
XYZ 30.86 25.56 9.79 -
YUV 137.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 197 119 74 0 0.40 0.62 0.23 21.95 0.51 0.53
Hex C5 77 4A 0 28 3E 17 16 33 35
Octal 305 167 112 0 50 76 27 26 63 65
Binary 11000101 1110111 1001010 0 101000 111110 10111 10110 110011 110101

Color Harmonies of #C5774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5774A

Black with #C5774A

Text Example


Text Example

White with #C5774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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