Html Css Color HEX #C57346 Red Damask

📋 copy color: '#C57346'

red 197 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #C57346

Tints of Red Damask #C57346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 51.57%
G = 30.1%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57346 (or 0xC57346) is known color: Red Damask. HEX triplet: C5, 73 and 46. RGB value is (197,115,70). Sum of RGB (Red+Green+Blue) = 197+115+70=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C57346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57346 is #3A8CB9. Grayscale: #868686. Windows color (decimal): -3837114 or 4617157. OLE color: 4617157.

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

Color convert

RGB 197 115 70 -
CMYK 0 0.42 0.64 0.23
HSL 21.26º 0.52% 0.52% -
HSV(B) 21.26º 0.64% 0.77% -
XYZ 30.26 24.57 8.94 -
YUV 134.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 197 115 70 0 0.42 0.64 0.23 21.26 0.52 0.52
Hex C5 73 46 0 2A 40 17 15 34 34
Octal 305 163 106 0 52 100 27 25 64 64
Binary 11000101 1110011 1000110 0 101010 1000000 10111 10101 110100 110100

Color Harmonies of #C57346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57346

Black with #C57346

Text Example


Text Example

White with #C57346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57346; }

 p { color: rgb(197,115,70); }

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

background-color css

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

 a { background-color: rgb(197,115,70); }

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

border-color css

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

 span { border-color: rgb(197,115,70); }

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