Html Css Color HEX #C5764E Red Damask

📋 copy color: '#C5764E'

red 197 ◦ green 118 ◦ blue 78

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

Shades of Red Damask #C5764E

Tints of Red Damask #C5764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.03%

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

R = 50.13%
G = 30.03%
B = 19.85%

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

#C5764E (or 0xC5764E) is known color: Red Damask. HEX triplet: C5, 76 and 4E. RGB value is (197,118,78). Sum of RGB (Red+Green+Blue) = 197+118+78=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5764E is #3A89B1. Grayscale: #898989. Windows color (decimal): -3836338 or 5142213. OLE color: 5142213.

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

Color convert

RGB 197 118 78 -
CMYK 0 0.40 0.60 0.23
HSL 20.17º 0.51% 0.54% -
HSV(B) 20.17º 0.6% 0.77% -
XYZ 30.88 25.38 10.48 -
YUV 137.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 197 118 78 0 0.40 0.60 0.23 20.17 0.51 0.54
Hex C5 76 4E 0 28 3C 17 14 33 36
Octal 305 166 116 0 50 74 27 24 63 66
Binary 11000101 1110110 1001110 0 101000 111100 10111 10100 110011 110110

Color Harmonies of #C5764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5764E

Black with #C5764E

Text Example


Text Example

White with #C5764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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