Html Css Color HEX #C57044 Red Damask

📋 copy color: '#C57044'

red 197 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #C57044

Tints of Red Damask #C57044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 52.25%
G = 29.71%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C57044 (or 0xC57044) is known color: Red Damask. HEX triplet: C5, 70 and 44. RGB value is (197,112,68). Sum of RGB (Red+Green+Blue) = 197+112+68=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57044 is #3A8FBB. Grayscale: #848484. Windows color (decimal): -3837884 or 4485317. OLE color: 4485317.

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

Color convert

RGB 197 112 68 -
CMYK 0 0.43 0.65 0.23
HSL 20.47º 0.53% 0.52% -
HSV(B) 20.47º 0.65% 0.77% -
XYZ 29.86 23.88 8.5 -
YUV 132.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 197 112 68 0 0.43 0.65 0.23 20.47 0.53 0.52
Hex C5 70 44 0 2B 41 17 14 35 34
Octal 305 160 104 0 53 101 27 24 65 64
Binary 11000101 1110000 1000100 0 101011 1000001 10111 10100 110101 110100

Color Harmonies of #C57044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57044

Black with #C57044

Text Example


Text Example

White with #C57044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57044; }

 p { color: rgb(197,112,68); }

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

background-color css

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

 a { background-color: rgb(197,112,68); }

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

border-color css

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

 span { border-color: rgb(197,112,68); }

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