Html Css Color HEX #C56D4F Red Damask

📋 copy color: '#C56D4F'

red 197 ◦ green 109 ◦ blue 79

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

Shades of Red Damask #C56D4F

Tints of Red Damask #C56D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.52%

R = 51.17%
G = 28.31%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C56D4F (or 0xC56D4F) is known color: Red Damask. HEX triplet: C5, 6D and 4F. RGB value is (197,109,79). Sum of RGB (Red+Green+Blue) = 197+109+79=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D4F is #3A92B0. Grayscale: #848484. Windows color (decimal): -3838641 or 5205445. OLE color: 5205445.

HSL color Cylindrical-coordinate representation of color #C56D4F: hue angle of 15.25º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C56D4F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 109 79 -
CMYK 0 0.45 0.60 0.23
HSL 15.25º 0.5% 0.54% -
HSV(B) 15.25º 0.6% 0.77% -
XYZ 29.91 23.37 10.33 -
YUV 131.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 197 109 79 0 0.45 0.60 0.23 15.25 0.5 0.54
Hex C5 6D 4F 0 2D 3C 17 F 32 36
Octal 305 155 117 0 55 74 27 17 62 66
Binary 11000101 1101101 1001111 0 101101 111100 10111 1111 110010 110110

Color Harmonies of #C56D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56D4F

Black with #C56D4F

Text Example


Text Example

White with #C56D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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