Html Css Color HEX #C56E47 Red Damask

📋 copy color: '#C56E47'

red 197 ◦ green 110 ◦ blue 71

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

Shades of Red Damask #C56E47

Tints of Red Damask #C56E47

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 52.12%
G = 29.1%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C56E47 (or 0xC56E47) is known color: Red Damask. HEX triplet: C5, 6E and 47. RGB value is (197,110,71). Sum of RGB (Red+Green+Blue) = 197+110+71=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E47 is #3A91B8. Grayscale: #838383. Windows color (decimal): -3838393 or 4681413. OLE color: 4681413.

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

Color convert

RGB 197 110 71 -
CMYK 0 0.44 0.64 0.23
HSL 18.57º 0.52% 0.53% -
HSV(B) 18.57º 0.64% 0.77% -
XYZ 29.74 23.48 8.93 -
YUV 131.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 197 110 71 0 0.44 0.64 0.23 18.57 0.52 0.53
Hex C5 6E 47 0 2C 40 17 13 34 35
Octal 305 156 107 0 54 100 27 23 64 65
Binary 11000101 1101110 1000111 0 101100 1000000 10111 10011 110100 110101

Color Harmonies of #C56E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E47

Black with #C56E47

Text Example


Text Example

White with #C56E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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