Html Css Color HEX #C5774E Red Damask

📋 copy color: '#C5774E'

red 197 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #C5774E

Tints of Red Damask #C5774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 50%
G = 30.2%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5774E (or 0xC5774E) is known color: Red Damask. HEX triplet: C5, 77 and 4E. RGB value is (197,119,78). Sum of RGB (Red+Green+Blue) = 197+119+78=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5774E is #3A88B1. Grayscale: #898989. Windows color (decimal): -3836082 or 5142469. OLE color: 5142469.

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

Color convert

RGB 197 119 78 -
CMYK 0 0.40 0.60 0.23
HSL 20.67º 0.51% 0.54% -
HSV(B) 20.67º 0.6% 0.77% -
XYZ 31 25.61 10.52 -
YUV 137.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 197 119 78 0 0.40 0.60 0.23 20.67 0.51 0.54
Hex C5 77 4E 0 28 3C 17 15 33 36
Octal 305 167 116 0 50 74 27 25 63 66
Binary 11000101 1110111 1001110 0 101000 111100 10111 10101 110011 110110

Color Harmonies of #C5774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5774E

Black with #C5774E

Text Example


Text Example

White with #C5774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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