Html Css Color HEX #C56749 Red Damask

📋 copy color: '#C56749'

red 197 ◦ green 103 ◦ blue 73

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

Shades of Red Damask #C56749

Tints of Red Damask #C56749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 52.82%
G = 27.61%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56749 (or 0xC56749) is known color: Red Damask. HEX triplet: C5, 67 and 49. RGB value is (197,103,73). Sum of RGB (Red+Green+Blue) = 197+103+73=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C56749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56749 is #3A98B6. Grayscale: #7F7F7F. Windows color (decimal): -3840183 or 4810693. OLE color: 4810693.

HSL color Cylindrical-coordinate representation of color #C56749: hue angle of 14.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C56749 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 103 73 -
CMYK 0 0.48 0.63 0.23
HSL 14.52º 0.52% 0.53% -
HSV(B) 14.52º 0.63% 0.77% -
XYZ 29.08 22.05 9.03 -
YUV 127.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 197 103 73 0 0.48 0.63 0.23 14.52 0.52 0.53
Hex C5 67 49 0 30 3F 17 F 34 35
Octal 305 147 111 0 60 77 27 17 64 65
Binary 11000101 1100111 1001001 0 110000 111111 10111 1111 110100 110101

Color Harmonies of #C56749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56749

Black with #C56749

Text Example


Text Example

White with #C56749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56749; }

 p { color: rgb(197,103,73); }

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

background-color css

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

 a { background-color: rgb(197,103,73); }

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

border-color css

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

 span { border-color: rgb(197,103,73); }

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