Html Css Color HEX #C56748 Red Damask

📋 copy color: '#C56748'

red 197 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #C56748

Tints of Red Damask #C56748

RGB

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

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

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

R = 52.96%
G = 27.69%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C56748 (or 0xC56748) is known color: Red Damask. HEX triplet: C5, 67 and 48. RGB value is (197,103,72). Sum of RGB (Red+Green+Blue) = 197+103+72=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C56748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56748 is #3A98B7. Grayscale: #7F7F7F. Windows color (decimal): -3840184 or 4745157. OLE color: 4745157.

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

Color convert

RGB 197 103 72 -
CMYK 0 0.48 0.63 0.23
HSL 14.88º 0.52% 0.53% -
HSV(B) 14.88º 0.63% 0.77% -
XYZ 29.05 22.04 8.85 -
YUV 127.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 197 103 72 0 0.48 0.63 0.23 14.88 0.52 0.53
Hex C5 67 48 0 30 3F 17 F 34 35
Octal 305 147 110 0 60 77 27 17 64 65
Binary 11000101 1100111 1001000 0 110000 111111 10111 1111 110100 110101

Color Harmonies of #C56748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56748

Black with #C56748

Text Example


Text Example

White with #C56748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56748; }

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

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

background-color css

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

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

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

border-color css

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

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

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