Html Css Color HEX #C56D48 Red Damask

📋 copy color: '#C56D48'

red 197 ◦ green 109 ◦ blue 72

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

Shades of Red Damask #C56D48

Tints of Red Damask #C56D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 52.12%
G = 28.84%
B = 19.05%

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

#C56D48 (or 0xC56D48) is known color: Red Damask. HEX triplet: C5, 6D and 48. RGB value is (197,109,72). Sum of RGB (Red+Green+Blue) = 197+109+72=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D48 is #3A92B7. Grayscale: #838383. Windows color (decimal): -3838648 or 4746693. OLE color: 4746693.

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

Color convert

RGB 197 109 72 -
CMYK 0 0.45 0.63 0.23
HSL 17.76º 0.52% 0.53% -
HSV(B) 17.76º 0.63% 0.77% -
XYZ 29.66 23.28 9.06 -
YUV 131.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 197 109 72 0 0.45 0.63 0.23 17.76 0.52 0.53
Hex C5 6D 48 0 2D 3F 17 12 34 35
Octal 305 155 110 0 55 77 27 22 64 65
Binary 11000101 1101101 1001000 0 101101 111111 10111 10010 110100 110101

Color Harmonies of #C56D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56D48

Black with #C56D48

Text Example


Text Example

White with #C56D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56D48; }

 p { color: rgb(197,109,72); }

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

background-color css

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

 a { background-color: rgb(197,109,72); }

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

border-color css

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

 span { border-color: rgb(197,109,72); }

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