Html Css Color HEX #C56F49 Red Damask

📋 copy color: '#C56F49'

red 197 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #C56F49

Tints of Red Damask #C56F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

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

R = 51.71%
G = 29.13%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56F49 (or 0xC56F49) is known color: Red Damask. HEX triplet: C5, 6F and 49. RGB value is (197,111,73). Sum of RGB (Red+Green+Blue) = 197+111+73=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F49 is #3A90B6. Grayscale: #848484. Windows color (decimal): -3838135 or 4812741. OLE color: 4812741.

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

Color convert

RGB 197 111 73 -
CMYK 0 0.44 0.63 0.23
HSL 18.39º 0.52% 0.53% -
HSV(B) 18.39º 0.63% 0.77% -
XYZ 29.91 23.72 9.31 -
YUV 132.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 197 111 73 0 0.44 0.63 0.23 18.39 0.52 0.53
Hex C5 6F 49 0 2C 3F 17 12 34 35
Octal 305 157 111 0 54 77 27 22 64 65
Binary 11000101 1101111 1001001 0 101100 111111 10111 10010 110100 110101

Color Harmonies of #C56F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F49

Black with #C56F49

Text Example


Text Example

White with #C56F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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