Html Css Color HEX #C56747 Red Damask

📋 copy color: '#C56747'

red 197 ◦ green 103 ◦ blue 71

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

Shades of Red Damask #C56747

Tints of Red Damask #C56747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 53.1%
G = 27.76%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C56747 (or 0xC56747) is known color: Red Damask. HEX triplet: C5, 67 and 47. RGB value is (197,103,71). Sum of RGB (Red+Green+Blue) = 197+103+71=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56747 is #3A98B8. Grayscale: #7F7F7F. Windows color (decimal): -3840185 or 4679621. OLE color: 4679621.

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

Color convert

RGB 197 103 71 -
CMYK 0 0.48 0.64 0.23
HSL 15.24º 0.52% 0.53% -
HSV(B) 15.24º 0.64% 0.77% -
XYZ 29.01 22.03 8.68 -
YUV 127.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 197 103 71 0 0.48 0.64 0.23 15.24 0.52 0.53
Hex C5 67 47 0 30 40 17 F 34 35
Octal 305 147 107 0 60 100 27 17 64 65
Binary 11000101 1100111 1000111 0 110000 1000000 10111 1111 110100 110101

Color Harmonies of #C56747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56747

Black with #C56747

Text Example


Text Example

White with #C56747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56747; }

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

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

background-color css

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

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

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

border-color css

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

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

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