Html Css Color HEX #C56C49 Red Damask

📋 copy color: '#C56C49'

red 197 ◦ green 108 ◦ blue 73

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

Shades of Red Damask #C56C49

Tints of Red Damask #C56C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 52.12%
G = 28.57%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56C49 (or 0xC56C49) is known color: Red Damask. HEX triplet: C5, 6C and 49. RGB value is (197,108,73). Sum of RGB (Red+Green+Blue) = 197+108+73=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C49 is #3A93B6. Grayscale: #828282. Windows color (decimal): -3838903 or 4811973. OLE color: 4811973.

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

Color convert

RGB 197 108 73 -
CMYK 0 0.45 0.63 0.23
HSL 16.94º 0.52% 0.53% -
HSV(B) 16.94º 0.63% 0.77% -
XYZ 29.59 23.08 9.2 -
YUV 130.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 197 108 73 0 0.45 0.63 0.23 16.94 0.52 0.53
Hex C5 6C 49 0 2D 3F 17 11 34 35
Octal 305 154 111 0 55 77 27 21 64 65
Binary 11000101 1101100 1001001 0 101101 111111 10111 10001 110100 110101

Color Harmonies of #C56C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C49

Black with #C56C49

Text Example


Text Example

White with #C56C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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